Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type error = [
| `Invalid_command of string
| `Invalid_domain of string
| Decoder.error
| `Invalid_reverse_path of string
| `Invalid_forward_path of string
]
val request : ?relax:bool -> Decoder.decoder -> (t, [> error ]) Decoder.state
val line : Decoder.decoder -> (string, [> error ]) Decoder.state