Christopher Speck

Results 4 issues of Christopher Speck

I would like to be able to respond to HEAD requests ``` javascript app.use(connectRoute(function (router) { router.head('/resource/:id', function (req, rsp, next) { // handle head request }); })); ```

**Is your feature request related to a problem? Please describe.** When using `Bdelete` or `Bwipe` with a text/string parameter to close a buffer, if the term matches multiple buffers one...

enhancement

**Requirement** My understanding of the DICOM standard: The `SpecificCharacterSet` tag supports listing multiple character sets in use for element values. I _believe_ the way to interpret this is that the...

enhancement

The current link to the article with more information currently returns a 404. It looks like the articles may have been reorganized or the hosting framework shuffled URL paths a...