Skip to content

[form] request block type #37

Description

@mattfysh

Apply form-encoding to the following request:

POST https://example.com
[form]
operationName: get data
foo: bar
number: 3

The body of the request shall be operationName=get+data&foo=bar&number=3. A Content-Type header should also be automatically inserted, with value of application/x-www-form-urlencoded

Consider that some queries may prefer to drop this header, or replace it (using another value or an empty string)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions