James Brundage

Results 990 issues of James Brundage

Considering this is likely to be used for some interactive debugging, we want to populate the formatter HttpListenerRequest with a good set of useful information.

enhancement

This really is a bit of a silly one, as the original code requires extra characters for an extra-obvious scenario, thus making it extra error prone in an interpreted language.

enhancement
Types

This should provide functionality similar to: * [https://learn.microsoft.com/en-us/dotnet/api/system.web.httprequest.form](HttpRequest.Form)

enhancement
Types

In their purest, most simple form, a keyword is just a function (more specifically, a function named `keyword.*`) Any function whose name matches the pattern `^.Keyword` should be treated as...

If a Request's ContentType matches `multipart`, this should get the boundary between multiple parts. If it does not match `multipart`, this should return nothing.

enhancement
Types