Lines Matching refs:request
38 read http-request-header from network
40 parse request
42 read http-request-content from network
44 handle the request internally (might result in sub-requests)
50 cleanup environment, log request
58 A simple GET request (green path)
64 HTTP-request terminator (CRLFCRLF) we forward the header to the parser.
66 The parsed request is handled by 'handlereq' and as soon as a decision out
67 the request is made it is sent to 'respstart' to prepare the
70 request and cleanup the environment. After the close() call the connection
82 As requests might contain a request-body the state 'readpost' entered as
89 for the response of the first request). This is handled transparently by