Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val http_response_init : unit -> http_response
val http_response_status : http_response -> int -> unit
val http_response_header : http_response -> string -> string -> unit
val http_response_body : http_response -> string -> unit
val http_respond : http_request -> http_response -> unit
val http_request_method : http_request -> string
val http_request_body : http_request -> string
val http_request_target : http_request -> string
val http_request_header : http_request -> string -> string
val http_request_has_flag : http_request -> bool
module Request : sig ... end
module Response : sig ... end