📜  用于删除的 http 状态代码 - Html 代码示例

📅  最后修改于: 2022-03-11 14:53:26.380000             🧑  作者: Mango

代码示例1
HTTP DELETE
A successful response of DELETE requests SHOULD be HTTP response code 200 (OK) if the response includes an entity describing the status, 202 (Accepted) if the action has been queued, or 204 (No Content) if the action has been performed but the response does not include an entity.