Up

module Request

: sig

HTTP/1.1 request handling

include S.Request
#
module Make : functor (IO : S.IO) -> S.Http_io with type t = t and module IO = IO

Functor to construct the IO-specific HTTP request handling functions

end