Skip to content

[form] request block type #37

@mattfysh

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)

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