aequitas / concourse-http-api-resource

Concourse resource to allow interaction with (simple) HTTP API's.
https://hub.docker.com/r/aequitas/http-api-resource/
MIT License
25 stars 18 forks source link

Add parameter to pass data encoded as a form #18

Closed ThibaultDelaune-pro closed 3 years ago

ThibaultDelaune-pro commented 3 years ago

... and place "Content-Type":"application/x-www-form-urlencoded" header.

The new parameter is parse_form_data. It's an optional boolean to specify if form_data should be converted to JSON or not (set to true by default to ensure backward compatibility).

fix #17

aequitas commented 3 years ago

Looking good.

aequitas commented 3 years ago

New build pushed https://hub.docker.com/r/aequitas/http-api-resource/tags?page=1&ordering=last_updated