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

使用HttpStatusCode的程序包
程序包
说明
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.
Contains an abstraction over server-side HTTP.
Abstractions for reactive HTTP server support including a ServerHttpRequest and ServerHttpResponse along with an HttpHandler for processing.
 
 
Core package of the client-side web support.
 
Web Handler
Provides the types that make up Infra functional web framework.
Method handler
Standard controller implementations for the MVC framework use like Framework
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.
 
Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations.