Make http request using `HttpClient` created via `HttpClientFactory`
568
.net core console application used to make http request using HttpClient created via HttpClientFactory
Using docker run command
docker run --rm -e HttpRunner__Url=https://httpbin.org/response-headers?freeform=hello christianacca/httpclient-request
Using docker-compose
docker-compose up --abort-on-container-exitSee HttpRunnerSettings.cs for an explanation of each setting that can be supplied
See appsttings.json HttpRunner for the default values for these settings.
To override these defaults you can use:
./build.ps1./build.ps1 -Tag n.n.n -Publish -Credential christianacca
Content type
Image
Digest
Size
69.9 MB
Last updated
over 7 years ago
docker pull christianacca/httpclient-request