chickadee » intarweb » request-unparsers

request-unparsers #!optional LISTparameter

Requests are written using unparse procedures, which can be customized by overriding this parameter.

LIST is list of procedures which accept a request object and write to the request's output port and return the new, possibly updated request object. If the request object is not unparsed by this handler, it returns #f.

The predefined request unparsers are:

  • http-0.9-request-unparser
  • http-1.0-request-unparser
  • http-1.x-request-unparser