[][src]Module async_graphql::http

A helper module that supports HTTP

Structs

GQLRequest

Deserializable GraphQL Request object

GraphQLPlaygroundConfig

Config for GraphQL Playground

MultipartOptions

Options for receive_multipart.

StreamBody

An Adapter for bytes stream to AsyncRead

Functions

graphiql_source

Generate the page for GraphIQL

playground_source

Generate the page for GraphQL Playground

receive_body

Receive a GraphQL request from a content type and body.

receive_multipart

Receive a multipart request.