[][src]Module async_graphql::http

A helper module that supports HTTP

Structs

GraphQLPlaygroundConfig

Config for GraphQL Playground

MultipartOptionsmultipart

Options for receive_multipart.

WebSocketStream

A wrapper around an underlying raw stream which implements the WebSocket protocol.

Functions

graphiql_source

Generate the page for GraphIQL

playground_source

Generate the page for GraphQL Playground

receive_bodymultipart

Receive a GraphQL request from a content type and body.

receive_json

Receive a GraphQL request from a body as JSON.

receive_multipartmultipart

Receive a multipart request.