hive-router 0.2.0

GraphQL router for Federation, part of the Hive platform
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod common;
pub mod dedupe;
pub mod error;
pub mod graphql_transport_ws;
pub mod http;
pub mod http_callback;
pub mod inflight;
pub mod map;
pub mod multipart_subscribe;
pub mod sse;
pub mod subscription_buffer;
pub mod tls;
pub mod websocket;
pub mod websocket_client;
pub mod websocket_common;
pub mod websocket_pool;