Interface HttpRequest

All Superinterfaces:
HeaderFieldsAccessor<RequestHeaderFields>, HttpMethodAccessor, UrlAccessor
All Known Subinterfaces:
HttpRequestBuilder<B>
All Known Implementing Classes:
AbstractHttpRequest, HttpClientRequest, HttpServerRequest

Defines a HTTP-Request, being the HttpMethod, the Header-Fields and the locator representing, though without the request body. The body handling is dedicated to the sub-interfaces.