Skip to content

DELETE requests now send parameters as query string

Compare
Choose a tag to compare
@mschindler83 mschindler83 released this 21 Mar 14:57
· 34 commits to master since this release

As it is more common to send parameters for DELETE requests as query string and not as request body, we changed this behavior.