package httph

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = http_response
val create : unit -> http_response
val status : http_response -> int -> unit
val header : http_response -> string -> string -> unit
val body : http_response -> string -> unit