handy_http_data

Undocumented in source.

Modules

json
module handy_http_data.json

Defines functions to read and write JSON values when handling HTTP requests.

multipart
module handy_http_data.multipart

Defines data structures and parsing methods for dealing with multipart encoded request bodies.

xml
module handy_http_data.xml

Defines functions for reading and writing XML content while handling HTTP requests, using the dxml library: https://code.dlang.org/packages/dxml

Public Imports

handy_http_data.json
public import handy_http_data.json;
Undocumented in source.
handy_http_data.multipart
public import handy_http_data.multipart;
Undocumented in source.
handy_http_data.xml
public import handy_http_data.xml;
Undocumented in source.