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)

Macro Definition Documentation

◆ to_hex_str

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

Definition at line 73 of file Request.cpp.