hunt-http ~master (2022-03-03T02:59:30Z)
Home
Dub
Repo
BadPayloadException
hunt
http
Exceptions
Undocumented in source.
class
BadPayloadException :
CloseException
{
this
(string message, size_t line, string file);
this
(string message, Throwable t, size_t line, string file);
this
(Throwable t, size_t line, string file);
}
Constructors
this
this
(string message, size_t line, string file)
Undocumented in source.
this
this
(string message, Throwable t, size_t line, string file)
Undocumented in source.
this
this
(Throwable t, size_t line, string file)
Undocumented in source.
Inherited Members
From CloseException
getStatusCode
int
getStatusCode
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
http
Exceptions
classes
BadPayloadException
CloseException
MessageTooLargeException
ProtocolException
SessionInvalidException
SessionNotFoundException
WebSocketException