package cohttp

  1. Overview
  2. Docs
type req = [
  1. | `Basic of string
]
type t =
  1. | Basic of string * string
val to_string : t -> string
val of_string : string -> t option
val req_to_string : req -> string
OCaml

Innovation. Community. Security.