类的使用
cn.taketoday.http.HttpHeaders

使用HttpHeaders的程序包
程序包
说明
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.
Multipart support.
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
Provides HttpMessageConverter implementations for handling JSON.
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.
 
Request context parameter resolvers
Core package of the client-side web support.
Web client config.
Classes supporting the cn.taketoday.web.client package.
Web Handler
Provides the types that make up Infra functional web framework.
Method handler
Multipart API
Multipart supports
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.