chickadee » intarweb » response-unparsers

response-unparsers #!optional LISTparameter

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

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

The predefined response unparsers are the following:

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