Skip to content

Latest commit

 

History

History
72 lines (60 loc) · 3.99 KB

README.md

File metadata and controls

72 lines (60 loc) · 3.99 KB

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

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

Change Notes