# httpecho **Repository Path**: goodbugood/httpecho ## Basic Information - **Project Name**: httpecho - **Description**: 这是一个 http 请求参数回显服务器 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-26 - **Last Updated**: 2026-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # httpecho #### 介绍 这是一个 http 请求参数回显服务器 ## 执行 命令行运行 `httpecho.exe` - 后台管理地址 http://localhost:8080/admin/logs - 日志输出方式 - 控制台日志 - 日志文件 - 日志数据库(sqllite3) ``` C:\Users\shali\Downloads\httpecho>httpecho.exe -h Usage of httpecho.exe: -console 是否输出控制台日志 (default true) -db 是否写入数据库 (default true) -file 是否写入日志文件 (default true) -port string 服务器端口 (default "8080") ```