mdeuser commented on a change in pull request #2326: (Review) Alphabetize
URL: 
https://github.com/apache/incubator-openwhisk/pull/2326#discussion_r125675068
 
 

 ##########
 File path: docs/apigateway.md
 ##########
 @@ -54,11 +54,11 @@ Follow the instructions in [Configure 
CLI](./README.md#setting-up-the-openwhisk-
   }
   ```
   The web action `hello` was invoked, returning back a JSON object including 
the parameter `name` sent via query parameter. You can pass parameters to the 
action via simple query parameters, or via the request body. Web actions allow 
you to invoke an action in a public way without the OpenWhisk authorization API 
key.
-  
+
 ### Full control over the HTTP response
-  
-  The `--response-type` flag controls the target URL of the web action to be 
proxied by the API Gateway. Using `--response-type json` as above returns the 
full result of the action in JSON format and automatically sets the 
Content-Type header to `application/json` which enables you to easily get 
started. 
-  
+
+  The `--response-type` flag controls the target URL of the web action to be 
proxied by the API Gateway. Using `--response-type json` as above returns the 
full result of the action in JSON format and automatically sets the 
Content-Type header to `application/json` which enables you to easily get 
started.
+
   Once you get started you want to have full control over the HTTP response 
properties like `statusCode`, `headers` and return different content types in 
the `body`. You can do this by using `--response-type http`, this will 
configure the target URL of the web action with the `http` extension.
 
 Review comment:
   ...get started, you `will` want to have full control...
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to