parseRequest

Parses an HTTP request from a string.

parseRequest
(
MsgParser!Msg requestParser
,
string s
)

Parameters

s string

The raw HTTP request string.

Return Value

An HttpRequest object which can be passed to a handler.

Meta