HTTPGetAction

final case class HTTPGetAction(port: IntOrString, path: Option[String], host: Option[String], scheme: Option[String], httpHeaders: Option[Seq[HTTPHeader]])

HTTPGetAction describes an action based on HTTP Get requests.

Companion:
object
Source:
HTTPGetAction.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Appends new values to httpHeaders

Appends new values to httpHeaders

Source:
HTTPGetAction.scala

if host has a value, transforms to the result of function

if host has a value, transforms to the result of function

Source:
HTTPGetAction.scala

if httpHeaders has a value, transforms to the result of function

if httpHeaders has a value, transforms to the result of function

Source:
HTTPGetAction.scala

if path has a value, transforms to the result of function

if path has a value, transforms to the result of function

Source:
HTTPGetAction.scala

transforms port to result of function

transforms port to result of function

Source:
HTTPGetAction.scala

if scheme has a value, transforms to the result of function

if scheme has a value, transforms to the result of function

Source:
HTTPGetAction.scala

Returns a new data with host set to new value

Returns a new data with host set to new value

Source:
HTTPGetAction.scala

Returns a new data with httpHeaders set to new value

Returns a new data with httpHeaders set to new value

Source:
HTTPGetAction.scala

Returns a new data with path set to new value

Returns a new data with path set to new value

Source:
HTTPGetAction.scala

Returns a new data with port set to new value

Returns a new data with port set to new value

Source:
HTTPGetAction.scala

Returns a new data with scheme set to new value

Returns a new data with scheme set to new value

Source:
HTTPGetAction.scala

Inherited methods

Inherited from:
Product