Skip to content

Commit

Permalink
Update pkg/plugins/builtin/http/README.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Romain Beuque <romain.beuque@corp.ovh.com>
Signed-off-by: Steven Guiheux <steven.guiheux@corp.ovh.com>
  • Loading branch information
sguiheux and rbeuque74 committed Jan 8, 2020
1 parent 0f1324f commit c9a240e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugins/builtin/http/README.md
Expand Up @@ -14,7 +14,7 @@ This plugin permorms an http request.
| `basic_auth` | a single object composed of `user` and `password` to enable HTTP basic auth
| `deny_redirects` | a boolean representing the policy of redirects
| `parameters` | a list of HTTP query parameters, represented as objects composed of `key` and `value`
| `trim_prefix`| prefix in the response that must be removed before unmarshalling (optionnal)
| `trim_prefix`| prefix in the response that must be removed before unmarshalling (optional)

## Example

Expand Down

0 comments on commit c9a240e

Please sign in to comment.