EnumerationNIOHTTP1
HTTPParserError
Errors that can be raised while parsing HTTP/1.1.
enum HTTPParserError
Errors that can be raised while parsing HTTP/1.1.
enum HTTPParserError
case closedConnection
case headerOverflow
case invalidCharactersUsed
case invalidChunkSize
case invalidConstant
case invalidContentLength
case invalidEOFState
case invalidFragment
case invalidHeaderToken
case invalidHost
case invalidInternalState
case invalidMethod
case invalidPath
case invalidPort
case invalidQueryString
case invalidStatus
case invalidURL
case invalidVersion
case lfExpected
case paused
case strictModeAssertion
case trailingGarbage
case unexpectedContentLength
case unknown
var debugDescription: String
A textual representation of this instance, suitable for debugging.