Skip to content

ParseError

[Source]

Parse error encountered during HTTP request parsing.

type ParseError is
  (TooLarge val | UnknownMethod val | InvalidURI val | InvalidVersion val | BareCRLF val | InvalidFieldName val | InvalidFieldValue val | ObsFold val | InvalidRequestLine val | InvalidContentLength val | InvalidChunk val | InvalidChunkExtension val | BodyTooLarge val | InvalidTransferEncoding val | UnsupportedTransferEncoding val | ContentLengthWithTransferEncoding val | ForbiddenTrailer val | BadHostHeader val | InvalidHostValue val | MismatchedHost val | MissingConnectPort val | UserinfoInTarget val)

Type Alias For