http/request.cpp File Reference
Detailed DescriptionRequest 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.
|
|