OkHttps released v3.3.2 version

Optimizations and bug fixes:

  1. Optimization: , reset state when (handled in v3.4.0) Stomp OnError/OnException  connecting 
  2. Optimize method to support chaining (handled in v3.4.2) WHttoTask#setMaxClosingSecs(int) 
  3. Upgrade the underlying dependencies : (fixed the problem that JacksonMapper and JacksonArray return "null" when getString) (fixed in v3.4.2) data v1.1.1 -> v1.1.2
  4. Fix the problem that JSON/XML extension package cannot use SPI to complete automatic configuration when using the module function JDK9+ 

Students who are still using v3.3 can upgrade.

OkHttps is a common HTTP client for front-end and back-end, and supports both WebSocket and Stomp protocols
● Chain call, one point to the end
● BaseURL, URL placeholder, HTTP, WebSocket
● JSON, Xml and other automatic encapsulation and parsing, and supports and arbitrary format Data parsing framework integration
● Synchronous interceptor, asynchronous preprocessor, callback executor, global monitoring, callback blocking
● File upload and download (process control, progress monitoring)
● Single-method callback, making full use of Lambda expressions
● TCP connection pool, Http2

https://github.com/ejlchina/okhttps
https://gitee.com/ejlchina-zhxu/okhttps
https://okhttps.ejlchina.com/

If you think it's not bad, STAR it

Guess you like

Origin www.oschina.net/news/188346