程序包的使用
cn.taketoday.http.codec

使用cn.taketoday.http.codec的程序包
程序包
说明
Provides implementations of Encoder and Decoder for web use.
 
JSON encoder and decoder support.
Multipart support.
Provides an encoder and a decoder for Google Protocol Buffers.
Provides implementations of ClientCodecConfigurer and ServerCodecConfigurer based on the converter implementations from cn.taketoday.http.codec.json and co.
Method handler
Provides a foundation for both the reactive client and server subpackages.
Provides a reactive WebClient that builds on top of the cn.taketoday.http.client.reactive reactive HTTP adapter layer.