Skip to content

Update GET and DELETE requests to take body #58

Closed

Description

The HTTP spec says that GET and DELETE requests don't have bodies, but sometimes you gotta.

Also, elastic search does a lot of GET body requests for large search requests (search is the most obvious use case for GET bodies).

Right now get takes a body object, but it just converts it to a query string and appends to the path. That functionality should either be removed or amended to add that to the body conditionally.

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

Metadata

Assignees

No one assigned

    Labels

    changelogThis issue should be included in the changelog / release notes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions