Skip to content

Easy http service return on request diferent http codes

License

Notifications You must be signed in to change notification settings

AntonDzyk/http-helper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build & Run

docker run -d -p 8080:8080 kixiro/echo-http-codes:1.0.0

or

build:

docker build -t echo-http-codes .

and run:

docker run -d -p 8080:8080 echo-http-codes

Usage

Open with browser or services http://IP_OR_ADDRESS:8080/http?code=NUMBER

there, NUMBER - any http code

About

Easy http service return on request diferent http codes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 89.0%
  • Dockerfile 11.0%