Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions spec/GraphQLOverHTTP.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ assumed).

# Request

A server MUST accept POST requests, and MAY accept other HTTP methods, such as
GET.
A server MUST support _GraphQL-over-HTTP request_ via `POST`, and MAY support
_GraphQL-over-HTTP request_ via other HTTP methods, such as `GET`.

## Request Parameters

Expand Down Expand Up @@ -413,6 +413,11 @@ any errors encountered during the request.
A server must comply with
[IETF RFC 9110](https://httpwg.org/specs/rfc9110.html).

Note: Detailing the requirements of HTTP, such as
[requiring support for GET and HEAD verbs](https://httpwg.org/specs/rfc9110.html#method.overview)
is beyond the scope of this specification. Please refer to IETF RFC 9110 for
such requirements.

## Body

The body of the server's response MUST follow the requirements for a _GraphQL
Expand Down
Loading