B0_http.HttpHTTP datatypes.
val method_to_string : method' -> stringmethod_to_string m is an HTTP method string for m.
The type for HTTP headers. List of header names (without the :) tupled with their value.
module Request : sig ... endHTTP requests.
module Response : sig ... endHTTP responses.