# HTTP Cat **Repository Path**: acicn/httpcat ## Basic Information - **Project Name**: HTTP Cat - **Description**: HTTP 调试工具,充当一个 HTTP Server 并打印所有请求的细节 - **Primary Language**: Go - **License**: MIT - **Default Branch**: main - **Homepage**: https://github.com/guoyk93/httpcat - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-12-07 - **Last Updated**: 2023-10-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # httpcat HTTP 调试工具,充当一个 HTTP Server 并打印所有请求的细节 ![screenshot](screenshot.png) ## 镜像地址 ``` guoyk/httpcat ghcr.io/guoyk93/httpcat ``` ## 环境变量 - `PORT` 要监听的端口, 默认为 `80` - `RESPONSE_CODE` HTTP 响应码, 默认为 `200` - `RESPONSE_TYPE` HTTP 响应体类型, 默认为 `text/plain; charset=utf-8` - `RESPONSE_BODY` HTTP 响应体, 默认为 `OK` ## 捐赠 查看 https://guoyk.net/donation ## 许可证 GUO YANKE, MIT License