HTTP v1.17.0
Loading...
Searching...
No Matches
web Namespace Reference

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)
 

Function Documentation

◆ __getMessageFromCode()

std::string web::__getMessageFromCode ( int code)

Definition at line 258 of file HttpUtility.cpp.

◆ decodeUrl()

std::string web::decodeUrl ( std::string_view data)

Definition at line 134 of file HttpUtility.cpp.

◆ encodeUrl()

std::string web::encodeUrl ( std::string_view data)

Definition at line 115 of file HttpUtility.cpp.

◆ getHTTPLibraryVersion()

std::string web::getHTTPLibraryVersion ( )

Definition at line 108 of file HttpUtility.cpp.

◆ operator<<() [1/2]

std::ostream & web::operator<< ( std::ostream & outputStream,
const HttpBuilder & builder )

Definition at line 234 of file HttpBuilder.cpp.

◆ operator<<() [2/2]

std::ostream & web::operator<< ( std::ostream & outputStream,
const HttpParser & parser )

Definition at line 471 of file HttpParser.cpp.

◆ operator>>()

std::istream & web::operator>> ( std::istream & inputStream,
HttpParser & parser )

Definition at line 531 of file HttpParser.cpp.