HttpRequest

indigo.shared.networking.HttpRequest
See theHttpRequest companion trait
object HttpRequest

Attributes

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

Members list

Type members

Classlikes

final case class DELETE(url: String, params: Map[String, String], headers: Map[String, String], body: Option[String]) extends HttpRequest

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait HttpRequest
trait GlobalEvent
class Object
trait Matchable
class Any
Show all
object DELETE

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
DELETE.type
final case class GET(url: String, params: Map[String, String], headers: Map[String, String]) extends HttpRequest

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait HttpRequest
trait GlobalEvent
class Object
trait Matchable
class Any
Show all
object GET

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
GET.type
final case class POST(url: String, params: Map[String, String], headers: Map[String, String], body: Option[String]) extends HttpRequest

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait HttpRequest
trait GlobalEvent
class Object
trait Matchable
class Any
Show all
object POST

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
POST.type
final case class PUT(url: String, params: Map[String, String], headers: Map[String, String], body: Option[String]) extends HttpRequest

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait HttpRequest
trait GlobalEvent
class Object
trait Matchable
class Any
Show all
object PUT

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
PUT.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Givens

Givens