Module async_graphql::http [−][src]
A helper module that supports HTTP
Structs
| GraphQLPlaygroundConfig | Config for GraphQL Playground  | 
| MultipartOptions | multipartOptions for   | 
| WebSocket | A GraphQL connection over websocket.  | 
Enums
| WebSocketProtocols | Specification of which GraphQL Over WebSockets protocol is being utilized  | 
| WsMessage | An enum representing the various forms of a WebSocket message.  | 
Functions
| graphiql_source | Generate the page for GraphIQL  | 
| playground_source | Generate the page for GraphQL Playground  | 
| receive_batch_body | multipartReceive a GraphQL request from a content type and body.  | 
| receive_batch_json | Receive a GraphQL batch request from a body as JSON.  | 
| receive_body | multipartReceive a GraphQL request from a content type and body.  | 
| receive_json | Receive a GraphQL request from a body as JSON.  |