Enum Class的使用
cn.taketoday.http.HttpStatus

使用HttpStatus的程序包
程序包
说明
Contains a basic abstraction over client/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.
Support for asynchronous request processing.
Web Handler
Provides a reactive WebClient that builds on top of the cn.taketoday.http.client.reactive reactive HTTP adapter layer.