A simple HTTP server that displays request details (headers, body, method) for debugging purposes.
2.8K
一个简单的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:
Use cases:
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
Content type
Image
Digest
sha256:264bfe0ae…
Size
48.8 MB
Last updated
about 2 years ago
docker pull zqs1qiwan/qhttpmirror