http/request.cpp File Reference

Request class to handle individual HTTP requests. More...


Detailed Description

Request class to handle individual HTTP requests.

Overview:
The Request class is the real work-horse in managing HTTP requests. An instance is created per HTTP request. During keep-alive it is preserved to process further requests.
Remarks:
Requests run in a single thread and do not need multi-thread locking except for the timeout code which may run on another thread.

© Embedthis Software LLC, 2003-2009. All rights reserved. Embedthis is a trademark of Embedthis Software LLC.