Sign inSign up

zqs1qiwan/qhttpmirror

By zqs1qiwan

Updated about 2 years ago

A simple HTTP server that displays request details (headers, body, method) for debugging purposes.

Image
Networking
Web servers
0

2.8K

zqs1qiwan/qhttpmirror repository overview

一个简单的http协议镜面服务器,将收到的http请求内容作为输出页面打印,包含method,headers,payload全部内容 适用于各种情境下中间件修改http内容导致后端报错的debug

qhttpmirror is a lightweight HTTP server that outputs all the details of the incoming HTTP requests directly in the response. It captures headers, request body, HTTP method, query parameters, and more, then presents this information back to the client in a simple web page.

Features:

  • Shows all HTTP headers and request body.
  • Supports all major HTTP methods (GET, POST, PUT, DELETE, etc.).
  • Ideal for debugging web requests and testing RESTful APIs.

Use cases:

  • Test how your client is sending HTTP requests.
  • Debug HTTP request formatting issues.
  • Validate API payloads and headers in real-time.

This server is packaged as a Docker container for easy deployment, making it a perfect tool for web developers and QA engineers who need to inspect HTTP traffic quickly.

docker run -d -p 80:80 zqs1qiwan/qhttpmirror

Tag summary

Content type

Image

Digest

sha256:264bfe0ae

Size

48.8 MB

Last updated

about 2 years ago

docker pull zqs1qiwan/qhttpmirror