Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = [
| `Content_length of int
| `Content_type of string
| `Location of Uri.t
| `Other of string * string
| `Status of Http_status.t
]
HTTP headers
val to_string : t -> string