sperber
|
86b0639a7f
|
Rename MAKE-HTTP-ERROR-RESPONSE -> MAKE-ERROR-RESPONSE to be
consistent with MAKE-RESPONSE.
|
2003-01-10 09:52:35 +00:00 |
sperber
|
0754b74963
|
Replace integer HTTP status codes by finite record type instances.
|
2003-01-09 15:05:30 +00:00 |
sperber
|
186e9de56c
|
Streamline structure declarations
- remove some more uses of Olin records
- remove uses of BIG-SCHEME/BIG-UTIL
- subset all uses of SRFI 1, 13, 14
|
2003-01-07 12:16:33 +00:00 |
sperber
|
4e859bc92a
|
- renamed USERHOST:xxx to USERHOST-xxx
- renamed HTTP-URL:xxx to HTTP-URL-xxx
|
2002-11-29 14:56:58 +00:00 |
sperber
|
641b8129ba
|
Renamed REQUEST:xxx to REQUEST-xxx.
|
2002-11-29 14:49:22 +00:00 |
sperber
|
c0281e834a
|
Rename "path handler" -> "request handler".
|
2002-09-22 15:41:41 +00:00 |
interp
|
80257c0822
|
make more pleasent error messages
|
2002-09-03 12:45:39 +00:00 |
interp
|
1694d372c5
|
report BAD-GATEWAY error instead INTERNAL-ERROR
|
2002-09-03 11:55:53 +00:00 |
interp
|
ecd5afadbe
|
remove debug output
newline to output-port `out'
|
2002-08-29 14:34:38 +00:00 |
interp
|
50fa27f993
|
adapt to new response philosophy (not tested yet)
|
2002-08-29 14:05:55 +00:00 |
sperber
|
aeeeea79c1
|
Add copyright notice.
|
2002-08-27 09:03:22 +00:00 |
sperber
|
6f7cd467f1
|
Adopt proper RFC terminology:
"reply" -> "response"
"reply code" -> "status code"
|
2002-08-26 09:59:14 +00:00 |
interp
|
3573dcc613
|
* moved files concerning web server to new subdirectory httpd
* minor change in inner order of modules.scm
* commented out structure in program-modules: source files are missing (?)
|
2002-05-14 13:53:55 +00:00 |