chickadee » intarweb » response-parsers

response-parsers #!optional LISTparameter

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

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

The predefined response parsers are:

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