/** * The handy_http_primitives module defines a set of primitive types and * interfaces that are shared among all Handy-Http libraries, and form the * basis of how requests are handled. */ module handy_http_primitives; public import handy_http_primitives.request; public import handy_http_primitives.response; public import handy_http_primitives.handler; public import handy_http_primitives.optional; public import handy_http_primitives.multivalue_map; public import handy_http_primitives.builder; public import handy_http_primitives.testing;