Module async_graphql::http[][src]

Expand description

A helper module that supports HTTP

Structs

Config for GraphQL Playground

Options for receive_multipart.

A GraphQL connection over websocket.

Enums

A websocket message received from the client

Specification of which GraphQL Over WebSockets protocol is being utilized

An enum representing the various forms of a WebSocket message.

Constants

All known protocols based on WebSocket.

Functions

Generate the page for GraphIQL

Generate the page for GraphQL Playground

Receive a GraphQL request from a content type and body.

Receive a GraphQL batch request from a body as CBOR

Receive a GraphQL batch request from a body as JSON.

Receive a GraphQL request from a content type and body.

Receive a GraphQL request from a body as CBOR.

Receive a GraphQL request from a body as JSON.