SNode.C
Loading...
Searching...
No Matches
Request.cpp File Reference
Include dependency graph for Request.cpp:

Go to the source code of this file.

Namespaces

namespace  web
 
namespace  web::http
 
namespace  web::http::client
 

Macros

#define to_hex_str(int_val)   (static_cast<std::ostringstream const&>(std::ostringstream() << std::uppercase << std::hex << int_val)).str()
 

Macro Definition Documentation

◆ to_hex_str

#define to_hex_str ( int_val)    (static_cast<std::ostringstream const&>(std::ostringstream() << std::uppercase << std::hex << int_val)).str()

Definition at line 49 of file Request.cpp.