类的使用
cn.taketoday.http.MediaType

使用MediaType的程序包
程序包
说明
Contains a basic abstraction over client/server-side HTTP.
Contains an abstraction over client-side HTTP.
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 an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
Provides HttpMessageConverter implementations for handling Atom and RSS feeds.
Provides HttpMessageConverter implementations for handling JSON.
Provides an HttpMessageConverter implementation for handling Google Protocol Buffers.
Provides HttpMessageConverter implementations for handling XML.
 
This package contains classes used to determine the requested the media types in a request.
Request context parameter resolvers
Core package of the client-side web support.
 
Common MVC logic for matching incoming requests based on conditions.
Provides the types that make up Infra functional web framework.
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.
Classes supporting the cn.taketoday.web.reactive.function.client package.
Support classes for serving static resources.
Support for creating a client proxy for an HTTP service annotated with HttpExchange methods.
Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations.