B0_http.Http
HTTP datatypes.
val method_to_string : method' -> string
method_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 ... end
HTTP requests.
module Response : sig ... end
HTTP responses.