Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiwepy/httpconn
基于 HttpURLConnection 的封装
https://github.com/hiwepy/httpconn
Last synced: 24 days ago
JSON representation
基于 HttpURLConnection 的封装
- Host: GitHub
- URL: https://github.com/hiwepy/httpconn
- Owner: hiwepy
- License: apache-2.0
- Created: 2017-06-13T12:33:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T07:25:13.000Z (over 4 years ago)
- Last Synced: 2023-07-26T21:57:53.748Z (over 1 year ago)
- Language: Java
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# httpconn
基于 HttpURLConnection 的封装### Maven Dependency
``` xml
com.github.hiwepy
httpconn
1.0.0.RELEASE```