Asynchronous HTTP Retriever Documentation¶
Service for retrieving HTTP resources asynchronously. Self-hosted within a lovely collection of docker containers.
Send a POST
request containing url
, callback
, (optionally) header
and (optionally) parameter
values.
Content for the given url
will be retrieved eventually and sent in a POST
request to the specified
callback
url.
Everything becomes clear if you read the overview. There is even a handy diagram.
Requirements¶
You’ll need docker
and docker-compose
present on the host box. If you can run docker, you can run
this application. Nothing else needed.
Developed and tested against docker
18.06.1-ce and docker-compose
1.22.0.
First Steps¶
Have a look at the getting started guide for details on how to get the code, create your configuration and install an instance.