An open API service indexing awesome lists of open source software.

https://github.com/ynfy-tech/ynfy-tool-httpconnect

基于 HttpURLConnection 实现的 Restful 接口工具, 用于远程接口调试和接口调用
https://github.com/ynfy-tech/ynfy-tool-httpconnect

httpurlconnection java

Last synced: 5 months ago
JSON representation

基于 HttpURLConnection 实现的 Restful 接口工具, 用于远程接口调试和接口调用

Awesome Lists containing this project

README

          

# ynfy-tool-httpconnect

A http client for java, based on `HttpURLConnection`. Support get/post/put/delete & file request.

Simple, effective, and highly expandable ~

# Use
mvn clean install

# Deploy
## Snapshot
mvn clean deploy

## Release
mvn clean deploy -P release

# Maven Dependency
As of June 30, 2025 [OSSRH](https://s01.oss.sonatype.org/) has reached end of life and has been shut down.
All OSSRH namespaces have been migrated to [Central Publisher Portal](https://central.sonatype.com/).
Migrate the repository: https://blog.csdn.net/ryo1060732496/article/details/149292696
```

tech.ynfy
ynfy-tool-httpconnect
1.1.12

```

# Change Notes
+ [v1.1.13](https://github.com/ynfy-tech/ynfy-tool-httpconnect/releases/tag/v1.1.13)
+ resolved [#50](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/50)
+ [v1.1.12](https://github.com/ynfy-tech/ynfy-tool-httpconnect/releases/tag/v1.1.12)
+ resolved [#49](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/49)
+ [v1.1.11](https://github.com/ynfy-tech/ynfy-tool-httpconnect/releases/tag/v1.1.11)
+ resolved [#48](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/48)
+ Migrate to [Central Publisher Portal](https://central.sonatype.com/)
+ [v1.1.10](https://github.com/ynfy-tech/ynfy-tool-httpconnect/releases/tag/v1.1.10)
+ resolved [#46](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/46)
+ resolved [#47](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/47)
+ [v1.1.9](https://github.com/ynfy-tech/ynfy-tool-httpconnect/releases/tag/v1.1.9)
+ resolved [#44](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/44)
+ resolved [#45](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/45)
+ [v1.1.8](https://github.com/ynfy-tech/ynfy-tool-httpconnect/releases/tag/v1.1.8)
+ re-resolved [#40](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/40)
+ [v1.1.7](https://github.com/ynfy-tech/ynfy-tool-httpconnect/releases/tag/v1.1.7)
+ resolved [#41](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/41)
+ [v1.1.6](https://github.com/ynfy-tech/ynfy-tool-httpconnect/releases/tag/v1.1.6)
+ resolved [#40](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/40)
+ [v1.1.5](https://github.com/ynfy-tech/ynfy-tool-httpconnect/releases/tag/v1.1.5)
+ resolved [#37](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/37)
+ [v1.1.4](https://github.com/ynfy-tech/ynfy-tool-httpconnect/releases/tag/v1.1.4)
+ resolved [#35](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/35)
+ [v1.1.3](https://github.com/ynfy-tech/ynfy-tool-httpconnect/releases/tag/v1.1.3)
+ resolved [#33](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/33)
+ Optimize code
+ [v1.1.2](https://github.com/ynfy-tech/ynfy-tool-httpconnect/releases/tag/v1.1.2)
+ resolved [#28](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/28)
+ resolved [#29](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/29)
+ resolved [#31](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/31)
+ [v1.1.1](https://github.com/ynfy-tech/ynfy-tool-httpconnect/releases/tag/v1.1.1)
+ resolved [#26](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/26)
+ [v1.1.0 Milestone](https://github.com/ynfy-tech/ynfy-tool-httpconnect/releases/tag/v1.1.0)
+ Split HttpUtil to HttpGetUtil, HttpPostUtil, HttpPutUtil, HttpDeleteUtil
+ resolved [#14](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/14), [#15](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/15), [#16](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/16), [#17](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/17), [#18](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/18), [#19](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/19), [#20](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/20)
+ [v1.0.5](https://github.com/ynfy-tech/ynfy-tool-httpconnect/releases/tag/v1.0.5)
+ resolved [#12](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/12), support Singleton Pattern
+ upgrade README.md
+ [v1.0.4](https://github.com/ynfy-tech/ynfy-tool-httpconnect/releases/tag/v1.0.4)
+ resolved [#8](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/8)
+ resolves [#9](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/9)
+ optimize style
+ [v1.0.3](https://github.com/ynfy-tech/ynfy-tool-httpconnect/releases/tag/v1.0.3)
+ Support PUT request
+ [v1.0.2](https://github.com/ynfy-tech/ynfy-tool-httpconnect/releases/tag/V1.0.2)
+ Resolved [#3](https://github.com/ynfy-tech/ynfy-tool-httpconnect/issues/3)
+ [V1.0.1](https://github.com/ynfy-tech/ynfy-tool-httpconnect/releases/tag/V1.0.1)
- Fix VO constructor Bug
+ [v1.0.0](https://github.com/ynfy-tech/ynfy-tool-httpconnect/releases/tag/v1.0.0)
+ init commit