handy_httpd.parse_utils

Internal parsing utilities for the server's HTTP request processing.

Members

Functions

parseRequest
HttpRequest parseRequest(MsgParser!Msg requestParser, string s)

Parses an HTTP request from a string.

Structs

Header
struct Header

The header struct to use when parsing data.

Msg
struct Msg

The message struct to use when parsing HTTP requests, using the httparsed library.

Meta