package sonet

  1. Overview
  2. Docs
type header_fields = (string * string list) list
val add_header : string -> string -> header_fields -> header_fields
val is_header_present : string -> header_fields -> bool
val lookup_header : string -> header_fields -> string list
type version =
  1. | HTTP09
  2. | HTTP10
  3. | HTTP11
module Headers : sig ... end
module Request_header : sig ... end
module Response_header : sig ... end
type payload_callback = string -> int -> int -> bool -> unit
module Payload : sig ... end
module Request : sig ... end
module Response : sig ... end
OCaml

Innovation. Community. Security.