# pingora-proxy **Repository Path**: AlEX_2473/pingora-proxy ## Basic Information - **Project Name**: pingora-proxy - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-20 - **Last Updated**: 2026-02-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pingora-proxy > From https://github.com/vicanso/pingora-demo ``` shell ├── Cargo.toml # 项目配置 ├── src │ ├── lib.rs │ ├── location.rs # 路径前缀 │ ├── main.rs │ ├── server.rs # 服务 └── └── upstream.rs # 上游 ```