Skip to content

Commit

Permalink
update HTTP response object docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mthenw authored Feb 12, 2018
1 parent da78c91 commit 36f0712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ To respond to an HTTP event a function needs to return object with following fie

* `statusCode` - `int` - response status code, default: 200
* `headers` - `object` - response headers
* `body` - `string` - response body
* `body` - `string` - required, response body

Currently, the event gateway supports only string responses.

Expand Down

0 comments on commit 36f0712

Please sign in to comment.