Skip to content

Little Go server to log aspects of HTTP requests sent to it.

License

Notifications You must be signed in to change notification settings

chris/http_request_logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Request Logger

This is a simple HTTP server that logs out various info about any HTTP request made to it. Use for debugging or whatever.

Deploy to Heroku

You can obviously deploy to whatever you'd like, but Heroku is simple and free for this. Presuming you have a Heroku account and are logged in via the CLI tool:

heroku create
heroku push remote main

Then, once it's deployed, send any HTTP request to your Heroku endpoint, and finally view the logs:

heroku logs

About

Little Go server to log aspects of HTTP requests sent to it.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages