chickadee » intarweb » request-parsers

request-parsers #!optional LISTparameter

Requests are parsed using parse procedures, which can be customized by overriding this parameter.

LIST is a list of procedures which accept a request line string and produce a request object, or #f if the request is not of the type handled by that procedure.

The predefined request parsers are:

  • http-0.9-request-parser
  • http-1.x-request-parser