# proxy-download **Repository Path**: mpv945/proxy-download ## Basic Information - **Project Name**: proxy-download - **Description**: Java 代理下载,支持原生镜像 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-06 - **Last Updated**: 2025-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 健康检查 http://localhost:8080/api/v1/images/health # 下载并压缩图片 http://localhost:8080/api/v1/images/download?url=https://images.app.goo.gl/AuLzGFxStAv5Ueo1A&compress=true http://localhost:8080/api/v1/images/download?url=https://cdn.pixabay.com/photo/2025/07/17/13/57/care-9719575_1280.jpg&compress=true # 流式下载大图片 http://localhost:8080/api/v1/images/stream?url=https://lh3.googleusercontent.com/xxx&compress=false http://localhost:8080/api/v1/images/stream?url=https://cdn.pixabay.com/photo/2025/07/17/13/57/care-9719575_1280.jpg # 红色警告:添加jvm参数:--enable-native-access=ALL-UNNAMED WebFlux 没有 HandlerInterceptor 和 OncePerRequestFilter。 不能使用 addInterceptor() 注册 HandlerInterceptor。 必须使用 WebFilter 或 HandlerFilterFunction。