RequestTarget

play.api.mvc.request.RequestTarget
See theRequestTarget companion trait
object RequestTarget

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(uriString: String, path: String, queryString: Map[String, Seq[String]]): RequestTarget

Create a new RequestTarget from the given values.

Create a new RequestTarget from the given values.

Attributes