程序包 cn.taketoday.http.server
@NonNullApi
@NonNullFields
package cn.taketoday.http.server
Contains an abstraction over server-side HTTP. This package
contains the
ServerHttpRequest and ServerHttpResponse,
as well as a Servlet-based implementation of these interfaces.-
类说明Default implementation of
PathContainer.Default implementation ofRequestPath.Implementation ofServerHttpResponsethat delegates all calls to a given targetServerHttpResponse.Structured representation of a URI path parsed viaPathContainer.parsePath(String)into a sequence ofPathContainer.SeparatorandPathContainer.PathSegmentelements.A path element, either separator or path segment.Options to customize parsing based on the type of input path.Path segment element.Path separator element.Specialization ofPathContainerthat sub-divides the path into aRequestPath.contextPath()and the remainingRequestPath.pathWithinApplication().A control that can put the processing of an HTTP request in asynchronous mode during which the response remains open until explicitly closed.Represents a server-side HTTP request.Represents a server-side HTTP response.AServerHttpAsyncRequestControlto use on Servlet containers (Servlet 3.0+).ServerHttpRequestimplementation that is based on aHttpServletRequest.ServerHttpResponseimplementation that is based on aHttpServletResponse.