# Functions
GetInitPayload gets a map of the data sent with the connection_init message, which is used by graphql clients as a stand-in for HTTP headers.
SendError sends a best effort error to a raw response writer.
SendErrorf wraps SendError to add formatted messages.
# Structs
GET implements the GET side of the default HTTP transport defined in https://github.com/APIs-guru/graphql-over-http#get.
MultipartForm the Multipart request spec https://github.com/jaydenseric/graphql-multipart-request-spec.
Options responds to http OPTIONS and HEAD requests.
POST implements the POST side of the default HTTP transport defined in https://github.com/APIs-guru/graphql-over-http#post.
No description provided by the author
# Type aliases
InitPayload is a structure that is parsed from the websocket init message payload.
No description provided by the author