From b7c52100d6ca16f75d5cfbad30f5d19cea380c6d Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 3 Jan 2009 04:00:17 +0000 Subject: Copy HTTP server into Box, for use with S3 testing. --- lib/httpserver/HTTPException.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/httpserver/HTTPException.txt (limited to 'lib/httpserver/HTTPException.txt') diff --git a/lib/httpserver/HTTPException.txt b/lib/httpserver/HTTPException.txt new file mode 100644 index 00000000..f31f323d --- /dev/null +++ b/lib/httpserver/HTTPException.txt @@ -0,0 +1,12 @@ +EXCEPTION HTTP 10 + +Internal 0 +RequestReadFailed 1 +RequestAlreadyBeenRead 2 +BadRequest 3 +UnknownResponseCodeUsed 4 +NoContentTypeSet 5 +POSTContentTooLong 6 +CannotSetRedirectIfReponseHasData 7 +CannotSetNotFoundIfReponseHasData 8 +NotImplemented 9 -- cgit v1.2.3