Changeset 27253 in project
- Timestamp:
- 08/16/12 19:25:07 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/intarweb
r27238 r27253 991 991 === Changelog 992 992 993 * trunkTreat the charset attribute for Content-Type header as case-insensitive token for consistency with Accept-Charset header. Remove dependency on the [[/eggref/4/regex|regex egg]] and improve correctness of a few parsers. Add {{request-has-message-body?}} and {{response-has-message-body-for-request?}} procedures. Add parser for Content-Disposition header and improve unparser by adding date support (Thanks to Evan Hanson). Implement line length and header count limit checking. Add {{read-urlencoded-request-data}} with built-in limit check.993 * 0.8 Treat the charset attribute for Content-Type header as case-insensitive token for consistency with Accept-Charset header. Remove dependency on the [[/eggref/4/regex|regex egg]] and improve correctness of a few parsers. Add {{request-has-message-body?}} and {{response-has-message-body-for-request?}} procedures. Add parser for Content-Disposition header and improve unparser by adding date support (Thanks to Evan Hanson). Implement line length and header count limit checking. Add {{read-urlencoded-request-data}} with built-in limit check. 994 994 * 0.7 Add trivial {{x-forwarded-for}} "parser". Add easier overriding of {{authorization}} headers through parameter instead of having to rewrite the entire parser. Add {{content-disposition}} unparser to accommodate the fact that filenames ''must'' always be quoted. Add {{http-status-codes}} parameter and {{status:}} key to {{update-response}} and {{make-response}} procedures, as well as {{response-status}} and {{response-status-set!}} procedures. 995 995 * 0.6 Change path parameters on cookies to be uri-common objects
Note: See TracChangeset
for help on using the changeset viewer.