In file request.c:

int process_logline(request * req)

Parses request logline to determine request type and method, then passed to translate_uri for further parsing

Documentation

Parses request logline to determine request type and method, then passed to translate_uri for further parsing. This is called with the first req->header_line received by a request, called "logline" because it is logged to a file. Also sets up CGI environment if needed.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.