httpmachine icon indicating copy to clipboard operation
httpmachine copied to clipboard

C# HTTP Request Parser (no longer maintained)

Results 6 httpmachine issues
Sort by recently updated
recently updated
newest added

Kindly update the nuget package

Added a FAKE automated build script and included the nuget packages, along with an updated NUnit.

Also, I've checked in the "packages" directory to simplify developement for peoples who want to extend/fork/fix etc. IMHO a cloned directory is expected to work AS IS, (maybe having to...

As described by @sergey-litvinov on #10: - update `IHttpParserDelegate` just to have common methods between request and response (Headers, Body, etc). - create two interfaces `IHttpRequestParserDelegate` and `IHttpResponseParserDelegate` that will...

I've been attempting to use Kayak to build a simple event viewer for an event notification service. The client POSTs SOAP messages, but chunks them, rather than setting Content-Length. So...