Defines functions for reading and writing XML content while handling HTTP requests, using the dxml library: https://code.dlang.org/packages/dxml
Reads an XML request body.
Writes an XML response body, by using the provided delegate function to compose the XML tag tree using a provided XMLWriter.
Defines functions for reading and writing XML content while handling HTTP requests, using the dxml library: https://code.dlang.org/packages/dxml