diff --git a/src/resty/aws/request/execute.lua b/src/resty/aws/request/execute.lua index 02236d6..c19dad2 100644 --- a/src/resty/aws/request/execute.lua +++ b/src/resty/aws/request/execute.lua @@ -12,6 +12,7 @@ local json_decode = json_safe.decode -- * reason: status description -- * headers: table with response headers -- * body: string with the raw body +-- * body_reader: if resposne mimetype is eventstream, returns the stream reader handle -- -- Input parameters: -- * signed_request table