http/request.cpp File Reference


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.

© Mbedthis Software LLC, 2003-2004. All rights reserved. Mbedthis is a trademark of Mbedthis Software LLC.