[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/zh-TW/docs/Web/HTTP/Reference/Methods/PATCH [Back]  [Original]

PATCH - HTTP | MDN

MDN Web Docs

View in English Always switch to English

PATCH

HTTP PATCH

PATCH CRUD HTTP CRUD

PATCH PUT

PATCH PUT PUT PATCH

PATCH POST

PATCH Allow Access-Control-Allow-Methods CORS

PATCH Accept-Patch

HTML

In this article

http
PATCH /file.txt HTTP/1.1

http
PATCH /file.txt HTTP/1.1
Host: www.example.com
Content-Type: application/example
If-Match: "e0023aa4e"
Content-Length: 100

[description of changes]

2xx

204 200

http
HTTP/1.1 204 No Content
Content-Location: /file.txt
ETag: "e0023aa4f"

Specification
RFC 5789


Web Proxy Viewer  |  New URL  |  Original Page