summaryrefslogtreecommitdiff
path: root/lib/httpserver/HTTPException.txt
blob: 52630cda91cc911608b8ef36ec3518f7de3c6265 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
EXCEPTION HTTP 10

Internal							0
RequestReadFailed						1
RequestAlreadyBeenRead						2
BadRequest							3
UnknownResponseCodeUsed						4
NoContentTypeSet						5
POSTContentTooLong						6
CannotSetRedirectIfReponseHasData				7
CannotSetNotFoundIfReponseHasData				8
NotImplemented							9
RequestNotInitialised						10
BadResponse							11
ResponseReadFailed						12
NoStreamConfigured						13