SNode.C
|
#include "web/http/client/Request.h"
#include "core/file/FileReader.h"
#include "core/socket/stream/SocketConnection.h"
#include "web/http/MimeTypes.h"
#include "web/http/client/SocketContext.h"
#include "web/http/client/SocketContextUpgradeFactorySelector.h"
#include "commands/EndCommand.h"
#include "commands/SendFileCommand.h"
#include "commands/SendFragmentCommand.h"
#include "commands/SendHeaderCommand.h"
#include "commands/UpgradeCommand.h"
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() |
#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.