hurl/integration/tests_ok/patch.hurl

13 lines
258 B
Plaintext
Raw Normal View History

2020-08-27 10:07:46 +03:00
# 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"
2022-11-11 16:25:00 +03:00
HTTP 204
2020-08-27 10:07:46 +03:00
Content-Location: /file.txt
ETag: "e0023aa4f"