Home
> Web Site Updates > HTTPServerWrappers and CPPCThreadPool v1.02
HTTPServerWrappers and CPPCThreadPool v1.02
December 22, 2020
Just to let everyone know that v1.02 of HTTPServerWrappers and CPPCThreadPool has been released. Updates for this version include:
- Added new CServer::ParseFormVariables methods to aid parsing application/x-www-form-urlencoded encoded form variables.
- Added new CServer::DecodeUrlEncodedFormValue methods to aid decoding application/x-www-form-urlencoded encoded form variables.
- Optimized the code in the sample HTTP server to minimize the time a lock is taken on the session cache in various locations.
- Removed the use of the explicit ATL namespace in the sample HTTP server so that the MFC CString classes could be used if so desired.
- Updated the included sample HTTP server to implement a fully worked cookie authentication example.
Categories: Web Site Updates