package colombe

  1. Overview
  2. Docs
type error = [
  1. | `Invalid_command of string
  2. | `Invalid_domain of string
  3. | Decoder.error
  4. | `Invalid_reverse_path of string
  5. | `Invalid_forward_path of string
]
val pp_error : error Fmt.t
val add_extension : string -> unit
val request : ?relax:bool -> Decoder.decoder -> (t, [> error ]) Decoder.state
val of_string : string -> (t, [> error ]) Stdlib.result
val of_string_raw : string -> int Stdlib.ref -> (t, [> error ]) Stdlib.result