|
CppServer 1.0.5.0
C++ Server Library
|
Classes | |
| class | HTTPClient |
| HTTP client. More... | |
| class | HTTPClientEx |
| HTTP extended client. More... | |
| class | HTTPRequest |
| HTTP request. More... | |
| class | HTTPResponse |
| HTTP response. More... | |
| class | HTTPSClient |
| HTTPS client. More... | |
| class | HTTPSClientEx |
| HTTPS extended client. More... | |
| class | HTTPServer |
| HTTP server. More... | |
| class | HTTPSession |
| HTTP session. More... | |
| class | HTTPSServer |
| HTTPS server. More... | |
| class | HTTPSSession |
| HTTPS session. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const HTTPRequest &request) |
| std::ostream & | operator<< (std::ostream &os, const HTTPResponse &response) |
HTTP definitions.
| std::ostream & CppServer::HTTP::operator<< | ( | std::ostream & | os, |
| const HTTPRequest & | request | ||
| ) |
Definition at line 610 of file http_request.cpp.
| std::ostream & CppServer::HTTP::operator<< | ( | std::ostream & | os, |
| const HTTPResponse & | response | ||
| ) |
Definition at line 641 of file http_response.cpp.