mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-24 04:31:37 +03:00
13 lines
262 B
Plaintext
13 lines
262 B
Plaintext
# Sample from https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/PATCH
|
|
PATCH http://localhost:8000/patch/file.txt
|
|
Host: www.example.com
|
|
Content-Type: application/example
|
|
If-Match: "e0023aa4e"
|
|
|
|
|
|
HTTP/1.0 204
|
|
Content-Location: /file.txt
|
|
ETag: "e0023aa4f"
|
|
|
|
|