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:
+1
-2
@@ -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.
|
**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 />
|
* **Sample Call**:<br />
|
||||||
```sh
|
```sh
|
||||||
FIXME: python snippet instead?
|
$ curl -X --data-binary '<h1>Hello!</h1>' PUT /handlers/$KAPOW_HANDLER_ID/response/body
|
||||||
$ curl -X PUT /handlers/$KAPOW_HANDLER_ID/response/body < /tmp/some_file
|
|
||||||
```
|
```
|
||||||
* **Notes**:
|
* **Notes**:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user