Is an entity body allowed for an HTTP DELETE request?

后端 未结 15 1563
长发绾君心
长发绾君心 2020-11-21 13:32

When issuing an HTTP DELETE request, the request URI should completely identify the resource to delete. However, is it allowable to add extra meta-data as part of the entity

15条回答
  •  鱼传尺愫
    2020-11-21 13:44

    It seems ElasticSearch uses this: https://www.elastic.co/guide/en/elasticsearch/reference/5.x/search-request-scroll.html#_clear_scroll_api

    Which means Netty support this.

    Like mentionned in comments it may not be the case anymore

提交回复
热议问题