Skip to content

HTTP request & response service originally created by Kenneth Reitz

License

Notifications You must be signed in to change notification settings

TheMicroservicesAgency/msa-httpbin

Repository files navigation

msa-httpbin

HTTP request & response service, useful to test various HTTP operations.

Built with httpbin, originally created by Kenneth Reitz.

Quick start

Execute the microservice container with the following command :

docker run -ti -p 9901:80 msagency/msa-httpbin

Example(s)

$ curl http://localhost:9901/user-agent
{
  "user-agent": "curl/7.47.0"
}

Endpoints

Standard endpoints

About

A project by the Microservices Agency.

About

HTTP request & response service originally created by Kenneth Reitz

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published