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:
Cory McWilliams 2022-10-14 16:26:08 +00:00
parent f53ce584e3
commit c7ee998b21

View File

@ -93,6 +93,7 @@ function Response(request, client) {
101: "Switching Protocols",
200: 'OK',
303: 'See other',
304: 'Not Modified',
403: 'Forbidden',
404: 'File not found',
500: 'Internal server error',