spec: resolve a FIXUP regarding a sample call

Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
pancho horrillo
2019-05-29 16:33:10 +02:00
parent f45e1be194
commit 02fce05303
+1 -2
View File
@@ -513,8 +513,7 @@ Returns the value of the requested resource path, or an error if the resource pa
**Notes**: Although the resource path is correct, no such name is present in the request. For instance, `/request/headers/Foo`, when no `Foo` header is not present in the request.
* **Sample Call**:<br />
```sh
FIXME: python snippet instead?
$ curl -X PUT /handlers/$KAPOW_HANDLER_ID/response/body < /tmp/some_file
$ curl -X --data-binary '<h1>Hello!</h1>' PUT /handlers/$KAPOW_HANDLER_ID/response/body
```
* **Notes**: