Skip to content

Commit

Permalink
#1060: Documentation: add GET as new http verb for http1.1 connections
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim Guenther <vadim.guenther@bosch.io>
  • Loading branch information
VadimGue committed May 28, 2021
1 parent 424995a commit 07860ad
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags: [protocol, connectivity, rql]
permalink: connectivity-protocol-bindings-http.html
---

Perform HTTP request (with verbs POST, PUT, PATCH) to HTTP endpoints via [targets](#target-format).
Perform HTTP request (with verbs GET, POST, PUT, PATCH) to HTTP endpoints via [targets](#target-format).

## Specific connection configuration

Expand All @@ -22,6 +22,7 @@ A HTTP connection requires the protocol configuration target object to have an `
This property has the following format: `<http_verb>:<http_path>`

The supported HTTP `<http_verb>` values are:
* GET
* POST
* PUT
* PATCH
Expand Down

0 comments on commit 07860ad

Please sign in to comment.