# http-server **Repository Path**: snxamdf/http-server ## Basic Information - **Project Name**: http-server - **Description**: 简单网站静态资源服务 支持 代理 支持 多网站目录 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-11-24 - **Last Updated**: 2023-07-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: HttpServer ## README # http-server ## 介绍 ## golang编写http静态资源服务 ## 基于lazarus [LCL库](https://gitee.com/snxamdf/golcl) IU库支持界面操作 ### 理论上支持跨平台,目前还未完全实现 ### 使用 ```text gitee 和 github 同步 gitee : git clone https://gitee.com/snxamdf/http-server github : git clone https://github.com/yhylovezl/http-server ``` ### 功能 ```text 1. 支持纯静态资源服务 2. 基于源码开发简单的后台服务 3. 源码支持sqllite3 4. 静态资源支持简单的代理转发, 5. 代理详情功能,目前不完全支持代理拦截功能 5.1 代理详情:可查看请求/响应头、参数、体等数据 5.2 拦截:请求/响应头、参数、体等修改 ``` ### 以下图片展示 ![图片](https://gitee.com/snxamdf/images/raw/master/http-server/proxy-ui-00.png) ![图片](https://gitee.com/snxamdf/images/raw/master/http-server/proxy-ui-01.png) ![图片](https://gitee.com/snxamdf/images/raw/master/http-server/proxy-ui-02.png) ![图片](https://gitee.com/snxamdf/images/raw/master/http-server/proxy-ui-03.png) ![图片](https://gitee.com/snxamdf/images/raw/master/http-server/proxy-ui-04.png) ![图片](https://gitee.com/snxamdf/images/raw/master/http-server/proxy-ui-05.png)