Skip to content

DimaSalakhov/go-http-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

#go-http-echo

A simple golang HTTP server to dump incoming requests It will reate a file per request and respond with 200 OK

How to use

go run main.go

This will start the HTTP server running on localhost, port 7893. To run on a different port, set the SERVER_PORT environment variable before running.

Once running, you can make requests from a browser (or any HTTP client) via http://localhost:7893/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages