msgraph.httpd.parse

HTTP request parser
License: BSL-1.0.
package(msgraph.httpd) @trusted bool parseRequestLine(ref Request req, in char[] buf);
package(msgraph.httpd) @trusted bool parseHeaders(ref Request req, in char[] buf);
package(msgraph.httpd) @trusted bool parseBody(ref Request req, in char[] buf);