Up

module Response

: sig

HTTP/1.1 response handling

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

Functor to construct the IO-specific response handling function

end