https://github.com/watertreestar/tidy-requests
Java http lib inspired by python requests
https://github.com/watertreestar/tidy-requests
http httpclient java
Last synced: 11 months ago
JSON representation
Java http lib inspired by python requests
- Host: GitHub
- URL: https://github.com/watertreestar/tidy-requests
- Owner: watertreestar
- Created: 2021-09-23T14:54:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T10:49:03.000Z (about 4 years ago)
- Last Synced: 2025-02-28T10:40:14.965Z (over 1 year ago)
- Topics: http, httpclient, java
- Language: Java
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tidy-requests
基于JDK8的易于使用的HTTP客户端。
该库对JDK中`HTTPConnection`做了一层包装,更加方便我们使用,本质上和使用Java原生的`HTTPConnection`相比并无差别。这个工具可以让HTTP的操作
更加方便快捷,在API上采用了fluent的设计,更加易于理解
## 特点
- 链式调用
- 易于使用
- 支持代理
- 支持basic auth
- https验证
- session会话
## install