From 02fce053031f164780abdc9fecfa2db0d1c3d64c Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Wed, 29 May 2019 16:33:10 +0200 Subject: [PATCH] spec: resolve a FIXUP regarding a sample call MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Roberto Abdelkader Martínez Pérez --- spec/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/README.md b/spec/README.md index 9212994..dc5352e 100644 --- a/spec/README.md +++ b/spec/README.md @@ -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**:
```sh - FIXME: python snippet instead? - $ curl -X PUT /handlers/$KAPOW_HANDLER_ID/response/body < /tmp/some_file + $ curl -X --data-binary '

Hello!

' PUT /handlers/$KAPOW_HANDLER_ID/response/body ``` * **Notes**: