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