|
HTTP v1.17.0
|
Namespaces | |
| namespace | exceptions |
Functions | |
| std::ostream & | operator<< (std::ostream &outputStream, const HttpBuilder &builder) |
| std::ostream & | operator<< (std::ostream &outputStream, const HttpParser &parser) |
| std::istream & | operator>> (std::istream &inputStream, HttpParser &parser) |
| std::string | getHTTPLibraryVersion () |
| std::string | encodeUrl (std::string_view data) |
| std::string | decodeUrl (std::string_view data) |
| std::string | __getMessageFromCode (int code) |
| std::string web::__getMessageFromCode | ( | int | code | ) |
Definition at line 258 of file HttpUtility.cpp.
| std::string web::decodeUrl | ( | std::string_view | data | ) |
Definition at line 134 of file HttpUtility.cpp.
| std::string web::encodeUrl | ( | std::string_view | data | ) |
Definition at line 115 of file HttpUtility.cpp.
| std::string web::getHTTPLibraryVersion | ( | ) |
Definition at line 108 of file HttpUtility.cpp.
| std::ostream & web::operator<< | ( | std::ostream & | outputStream, |
| const HttpBuilder & | builder ) |
Definition at line 234 of file HttpBuilder.cpp.
| std::ostream & web::operator<< | ( | std::ostream & | outputStream, |
| const HttpParser & | parser ) |
Definition at line 471 of file HttpParser.cpp.
| std::istream & web::operator>> | ( | std::istream & | inputStream, |
| HttpParser & | parser ) |
Definition at line 531 of file HttpParser.cpp.