public static class Http.RequestImpl
extends play.core.j.RequestImpl
| Constructor and Description |
|---|
RequestImpl(play.api.mvc.Request<Http.RequestBody> request)
Constructor with a requestbody.
|
RequestImpl(play.api.mvc.RequestHeader header)
Deprecated.
Since 2.7.0. Use
#RequestImpl(play.api.mvc.Request) instead. |
addAttr, asScala, attrs, body, hasBody, withAttrs, withBodyacceptedTypes, acceptLanguages, accepts, charset, clientCertificateChain, contentType, cookie, cookies, getHeaders, getQueryString, host, method, path, queryString, remoteAddress, secure, toString, uri, versionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitacceptedTypes, acceptLanguages, accepts, charset, clientCertificateChain, contentType, cookie, cookies, getHeaders, getQueryString, hasHeader, header, host, method, path, queryString, remoteAddress, secure, uri, version@Deprecated public RequestImpl(play.api.mvc.RequestHeader header)
#RequestImpl(play.api.mvc.Request) instead.header - the header from a requestpublic RequestImpl(play.api.mvc.Request<Http.RequestBody> request)
request - the body of the request