package colombe

  1. Overview
  2. Docs

Module Colombe.RequestSource

Sourcetype t = [
  1. | `Hello of Domain.t
  2. | `Mail of Reverse_path.t * (string * string option) list
  3. | `Recipient of Forward_path.t * (string * string option) list
  4. | `Expand of string
  5. | `Data
  6. | `Data_end
  7. | `Help of string option
  8. | `Noop of string option
  9. | `Verify of string
  10. | `Reset
  11. | `Quit
  12. | `Verb of string * string list
  13. | `Payload of string
]
Sourceval equal : t -> t -> bool
Sourceval pp : t Fmt.t
Sourcemodule Decoder : sig ... end
Sourcemodule Encoder : sig ... end
OCaml

Innovation. Community. Security.