Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/watertreestar/tidy-requests
Java http lib inspired by python requests
https://github.com/watertreestar/tidy-requests
http httpclient java
Last synced: about 2 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T10:49:03.000Z (over 2 years ago)
- Last Synced: 2024-01-18T12:07:34.238Z (12 months 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