# httpclient-converter **Repository Path**: yjinit/httpclient-converter ## Basic Information - **Project Name**: httpclient-converter - **Description**: http请求结果转换实现,可以直接转换为JsonObject、JsonArray、JavaBean等,依赖于 httpclient 实现 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2019-06-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # httpclient-converter #### 项目介绍 http请求结果转换实现,可以直接转换为JsonObject、JsonArray、JavaBean等,依赖于 httpclient、json实现。 设计参考 https://gitee.com/xxssyyyyssxx/httpclient https://gitee.com/xxssyyyyssxx/json-common