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

Internal							0
RequestReadFailed					1
RequestAlreadyBeenRead				2
BadRequest							3
UnknownResponseCodeUsed				4
NoContentTypeSet					5
POSTContentTooLong					6
CannotSetRedirectIfReponseHasData	7
CannotSetNotFoundIfReponseHasData	8
NotImplemented						9