Sign inSign up

xianleeti/request-debug

By xianleeti

Updated almost 3 years ago

Image
0

133

xianleeti/request-debug repository overview

Image Description:

This Docker image is a lightweight and efficient tool for debugging HTTP requests in your applications. It is built using the Go programming language and provides a simple HTTP server that logs incoming requests, making it invaluable for debugging and troubleshooting purposes.

Features:

  • Built with Go 1.18.2 on Alpine Linux for minimal footprint.
  • Utilizes the httpretty library for handling HTTP requests.
  • Supports Go modules for dependency management.
  • Runs as a stand-alone, containerized application.

Usage:

You can quickly build and run this container with the following commands:

docker run --rm -it -p 8090:8090 xianleeti/request-debug:0.02

Once the container is running, it will listen on port 8090, allowing you to send HTTP requests for debugging and analysis.

Important Note:

This image is suitable for developers, system administrators, and DevOps professionals who need an easy-to-use, containerized tool for debugging HTTP requests in their applications. Whether you are working with Go, JavaScript, or any other web technology, this image can help you diagnose and resolve issues quickly.

Tag summary

Content type

Image

Digest

sha256:5c3696abe

Size

1.9 MB

Last updated

almost 3 years ago

docker pull xianleeti/request-debug:0.02