Sign inSign up

jdharmon/http-server

By jdharmon

•Updated over 6 years ago

Simple HTTP test server for debugging.

Image
0

917

jdharmon/http-server repository overview

⁠HTTP Test Server

Simple HTTP test server for debugging. Prints raw request to stdout, and returns OK.

⁠Usage

docker run -p 9000:80 jdharmon/http-test
curl -v -X POST -H 'Content-Type: application/json' --data '{ \"text\": \"Hello!\" }' http://localhost:9000/api/method

Tag summary

Content type

Image

Digest

Size

3.8 MB

Last updated

over 6 years ago

docker pull jdharmon/http-server