Malloy
Loading...
Searching...
No Matches
lib
malloy
server
routing
endpoint_websocket.hpp
1
#pragma once
2
3
#include "endpoint.hpp"
4
#include "../websocket/connection.hpp"
5
6
namespace
malloy::server
7
{
8
class
endpoint_websocket
9
{
10
public
:
11
std::string resource;
12
typename
websocket::connection::handler_t handler;
13
};
14
}
malloy::server::endpoint_websocket
Definition:
endpoint_websocket.hpp:9
Generated by
1.9.6