Showing content from https://www.playframework.com/documentation/2.5.x/api/scala/play/api/test/FakeRequest.html below:
FakeRequest - play.api.test.FakeRequest
final def !=(arg0: Any): Boolean
final def ##(): Int
final def ==(arg0: Any): Boolean
lazy val acceptLanguages: Seq[Lang]
lazy val acceptedTypes: Seq[MediaRange]
def accepts(mimeType: String): Boolean
final def asInstanceOf[T0]: T0
val body: A
def certs: Future[IndexedSeq[Nothing]]
lazy val charset: Option[String]
val clientCertificateChain: Option[Seq[X509Certificate]]
def clone(): AnyRef
lazy val contentType: Option[String]
lazy val cookies: Cookies
def copy(id: Long = this.id, tags: Map[String, String] = this.tags, uri: String = this.uri, path: String = this.path, method: String = this.method, version: String = this.version, queryString: Map[String, Seq[String]] = this.queryString, headers: Headers = this.headers, remoteAddress: â String = this.remoteAddress, secure: â Boolean = this.secure, clientCertificateChain: Option[Seq[X509Certificate]] = this.clientCertificateChain): RequestHeader
def copyFakeRequest[B](id: Long = this.id, tags: Map[String, String] = this.tags, uri: String = this.uri, path: String = this.path, method: String = this.method, version: String = this.version, headers: Headers = this.headers, remoteAddress: String = this.remoteAddress, secure: Boolean = this.secure, clientCertificateChain: Option[Seq[X509Certificate]] = this.clientCertificateChain, body: B = this.body): FakeRequest[B]
lazy val domain: String
final def eq(arg0: AnyRef): Boolean
def finalize(): Unit
lazy val flash: Flash
final def getClass(): Class[_]
def getMethod: String
def getQueryString(key: String): Option[String]
val headers: Headers
lazy val host: String
val id: Long
final def isInstanceOf[T0]: Boolean
def map[B](f: (A) â B): Request[B]
lazy val mediaType: Option[MediaType]
val method: String
final def ne(arg0: AnyRef): Boolean
final def notify(): Unit
final def notifyAll(): Unit
lazy val path: String
lazy val queryString: Map[String, Seq[String]]
lazy val rawQueryString: String
val remoteAddress: String
val secure: Boolean
lazy val session: Session
final def synchronized[T0](arg0: â T0): T0
val tags: Map[String, String]
def toString(): String
val uri: String
val version: String
final def wait(): Unit
final def wait(arg0: Long, arg1: Int): Unit
final def wait(arg0: Long): Unit
def withBody[B](body: B): FakeRequest[B]
def withCookies(cookies: Cookie*): FakeRequest[A]
def withFlash(data: (String, String)*): FakeRequest[A]
def withFormUrlEncodedBody(data: (String, String)*): FakeRequest[AnyContentAsFormUrlEncoded]
def withHeaders(newHeaders: (String, String)*): FakeRequest[A]
def withJsonBody(json: JsValue): FakeRequest[AnyContentAsJson]
def withMultipartFormDataBody(form: MultipartFormData[TemporaryFile]): FakeRequest[AnyContentAsMultipartFormData]
def withRawBody(bytes: ByteString): FakeRequest[AnyContentAsRaw]
def withSession(newSessions: (String, String)*): FakeRequest[A]
def withTag(tagName: String, tagValue: String): RequestHeader
def withTextBody(text: String): FakeRequest[AnyContentAsText]
def withXmlBody(xml: NodeSeq): FakeRequest[AnyContentAsXml]
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4