package scgi

  1. Overview
  2. Docs
type t = [
  1. | `Content_length of int
  2. | `Content_type of string
  3. | `Location of Uri.t
  4. | `Other of string * string
  5. | `Status of Http_status.t
]

HTTP headers

val to_string : t -> string