接口的使用
cn.taketoday.http.HttpRequest

使用HttpRequest的程序包
程序包
说明
Contains an abstraction over client-side HTTP.
This package provides generic HTTP support classes, to be used by higher-level classes like RestTemplate.
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.
Provides the types that make up Infra functional web framework.
Provides a reactive WebClient that builds on top of the cn.taketoday.http.client.reactive reactive HTTP adapter layer.
 
Miscellaneous web utility classes, such as HTML escaping, Log4j initialization, and cookie handling.