SNode.C
|
#include "web/http/server/Response.h"
#include "SocketContext.h"
#include "core/file/FileReader.h"
#include "core/socket/stream/SocketConnection.h"
#include "web/http/MimeTypes.h"
#include "web/http/StatusCodes.h"
#include "web/http/server/SocketContextUpgradeFactorySelector.h"
Go to the source code of this file.
Namespaces | |
namespace | web |
namespace | web::http |
namespace | web::http::server |
Macros | |
#define | to_hex_str(int_val) (static_cast<std::ostringstream const&>(std::ostringstream() << std::uppercase << std::hex << int_val)).str() |
#define to_hex_str | ( | int_val | ) | (static_cast<std::ostringstream const&>(std::ostringstream() << std::uppercase << std::hex << int_val)).str() |
Definition at line 46 of file Response.cpp.