# gziptest **Repository Path**: jinchanc/gziptest ## Basic Information - **Project Name**: gziptest - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 15 - **Forks**: 33 - **Created**: 2022-03-27 - **Last Updated**: 2025-09-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目说明 * SpringBoot接口适配Gzip压缩数据请求的Demo # 案例测试 ## Postman 测试 ### 请求路径和数据 ![img.png](src/main/resources/img.png) ### 无需返回压缩内容 ![img.png](src/main/resources/imgx.png) ### 需要返回压缩内容 ![img_1.png](src/main/resources/img_1.png) ## HttpClient 测试 在测试用例 testGzipRequestOnHttpClient