Skip to content

ynfy-tech/ynfy-tool-httpconnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ynfy-tool-httpconnect

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

Simple, effective, and highly expandable ~

Deploy

Snapshot

mvn clean deploy

Release

mvn clean deploy -P release

Maven Dependency

As of June 30, 2025 OSSRH has reached end of life and has been shut down. All OSSRH namespaces have been migrated to Central Publisher Portal. Migrate the repository: https://blog.csdn.net/ryo1060732496/article/details/149292696

<dependency>
    <groupId>tech.ynfy</groupId>
    <artifactId>ynfy-tool-httpconnect</artifactId>
    <version>1.1.11</version>
</dependency>

Change Notes

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages