Mercurial > p > roundup > code
changeset 7455:f53de10ea8ea
Fix grammar.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 05 Jun 2023 22:15:02 -0400 |
| parents | 76b2f3c95c03 |
| children | cdb81976b8bc 82bbb95e5690 |
| files | doc/rest.txt |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/rest.txt Mon Jun 05 12:19:01 2023 -0400 +++ b/doc/rest.txt Mon Jun 05 22:15:02 2023 -0400 @@ -1423,8 +1423,8 @@ Tunneling Methods via POST ========================== -If you are working through a proxy and unable to use http method like -PUT, PATCH or DELETE you can use POST to perform the action. To tunnel +If you are working through a proxy and unable to use http methods like +PUT, PATCH, or DELETE, you can use POST to perform the action. To tunnel an action through POST, send the ``X-HTTP-METHOD-OVERRIDE`` header with a value of DELETE or other capitalized HTTP verb. The body of the POST should be what you would send if you were using the method
