程序包的使用
cn.taketoday.http.server

使用cn.taketoday.http.server的程序包
程序包
说明
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 Handler
Common MVC logic for matching incoming requests based on conditions.
Provides the types that make up Infra functional web framework.
Standard controller implementations for the MVC framework use like Framework
 
Dedicated support for matching HTTP request paths.