程序包的使用
cn.taketoday.http

使用cn.taketoday.http的程序包
程序包
说明
Contains a basic abstraction over client/server-side HTTP.
Contains an abstraction over client-side HTTP.
Abstractions for reactive HTTP client support including ClientHttpRequest and ClientHttpResponse as well as a ClientHttpConnector.
This package provides generic HTTP support classes, to be used by higher-level classes like RestTemplate.
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.
Contains an abstraction over server-side HTTP.
Abstractions for reactive HTTP server support including a ServerHttpRequest and ServerHttpResponse along with an HttpHandler for processing.
Web Session Supports like Servlet's Session
 
 
This package contains classes used to determine the requested the media types in a request.
 
Request context parameter resolvers
Request context date parameter resolvers
Core package of the client-side web support.
Web client config.
Classes supporting the cn.taketoday.web.client package.
 
Support for asynchronous request processing.
Support for CORS (Cross-Origin Resource Sharing), based on a common CorsProcessor strategy.
Web Handler
Common MVC logic for matching incoming requests based on conditions.
Provides the types that make up Infra functional web framework.
Method handler
Standard controller implementations for the MVC framework use like Framework
 
Multipart API
Multipart supports
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.
 
 
Miscellaneous web utility classes, such as HTML escaping, Log4j initialization, and cookie handling.
Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations.