Expand description
A helper module that supports HTTP
Structs§
- Altair config options
- Altair initial environment state
- Altair initial environments setup
- Altair application settings state
- A builder for constructing an Altair HTML page.
- Altair window options
- Config for GraphQL Playground
- A builder for constructing a GraphiQL (v2) HTML page.
- Options for
receive_multipart
. - A GraphQL connection over websocket.
Enums§
- Altair supported HTTP verbs
- Altair supported languages
- A websocket message received from the client
- Indicates whether the user agent should send or receive user credentials (cookies, basic http auth, etc.) from the other domain in the case of cross-origin requests.
- 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§
- Create a stream for
multipart/mixed
responses. - Default connection initializer function.
- Default ping handler function.
- Generate simple explorer plugin for GraphiQL (v2)
- Generate the page for GraphIQL
- Check accept is multipart-mixed
- Parse a GraphQL request from a query string.
- 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_
cbor cbor
Receive a GraphQL request from a body as CBOR. - Receive a GraphQL request from a body as JSON.
Type Aliases§
- Default connection initializer type.
- Default ping handler type.