camcom 1.0.0-pre2
 
Loading...
Searching...
No Matches
http_server.hpp File Reference
#include "camcom/testbench/config.hpp"
#include <string>
#include <functional>
#include <memory>

Go to the source code of this file.

Classes

struct  camcom::server::WebSocketHandlers
 
class  camcom::server::HttpServer
 

Namespaces

namespace  camcom
 
namespace  camcom::server
 

Typedefs

using camcom::server::HttpRequestHandler = std::function<std::string(const std::string&)>
 
using camcom::server::HttpRawRequestHandler = std::function<std::pair<std::string, std::string>(const std::string&)>
 
using camcom::server::WebSocketOnOpen = std::function<void()>
 
using camcom::server::WebSocketOnMessage = std::function<void(const std::string&)>
 
using camcom::server::WebSocketOnClose = std::function<void()>
 

Detailed Description