Esa Httpclient Versions Save

An asynchronous event-driven HTTP client based on netty.

v1.0.2

2 years ago

This version mainly fixes the HTTPS issue and add the traffic split feature.

Features 🍕

[#135] Add the traffic split before send request.

Bugs 🐛

[#136] Fix the HTTPS issue.

Full Changelog: https://github.com/esastack/esa-restclient/compare/v1.0.1...v1.0.2

v1.0.1

2 years ago

Fix the bug that the user can,t directly added the encoder and decoder through RestClientBuilder.

v1.0.0

2 years ago

Add restclient which will automatically select the appropriate decoder or encoder to decode or encode according to the user's headers and entity. At the same time, restclient also supports users to insert business logic before and after decode or encode.

v0.1.0

3 years ago

First release

  • Http1/H2/H2cUpgrade
  • Https
  • Epoll/NIO
  • Interceptor
  • Filter
  • Retry, Redirect, 100-expect-continue
  • Segmented read/write
  • Multipart
  • Metrics