Skip to content

Provide a way to opt-in to a full request payload on a DELETE request #200

@mwpastore

Description

@mwpastore

As far as I can tell from reading RFCs, it is completely valid to send a full request payload (with a content-type) on a DELETE request. In fact, for example, the {json:api} spec depends on this functionality. The recent change to remove this capability from Rack::Test has crippled my ability to test {json:api}-conformant backends.

I can almost understand making the new default DELETE behavior send query params without a content-type, but there should be a way to opt-in to the old behavior.

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