Skip to content

em-r/httphub

Repository files navigation

HTTPHub

An HTTP Request/Response service fully written in Go.

Run Locally

Pull from Docker Hub

  docker run -p 80:80 iammehdi/httphub

Environment Variables

To run this project in development mode, you will need to add DEV_MODE to your .env file or to set it from the CLI

  export DEV_MODE=1

Build process

To run tests, run the following command

  make test

To generate Swagger specs, run the following command

  make swagger

Features

Currently, HTTPHub covers the following topics:

  • Authentication
  • Caching
  • Cookies
  • HTTP methods
  • Redirections
  • Request/Response inspection
  • Status codes

Acknowledgements

About

An HTTP Request/Response service written in Go.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages