forked from cory/tildefriends
I should probably fill in all of the HTTP status codes here.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4003 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
parent
f53ce584e3
commit
c7ee998b21
@ -93,6 +93,7 @@ function Response(request, client) {
|
|||||||
101: "Switching Protocols",
|
101: "Switching Protocols",
|
||||||
200: 'OK',
|
200: 'OK',
|
||||||
303: 'See other',
|
303: 'See other',
|
||||||
|
304: 'Not Modified',
|
||||||
403: 'Forbidden',
|
403: 'Forbidden',
|
||||||
404: 'File not found',
|
404: 'File not found',
|
||||||
500: 'Internal server error',
|
500: 'Internal server error',
|
||||||
|
Loading…
Reference in New Issue
Block a user