DELETE

indigo.shared.networking.HttpRequest.DELETE
See theDELETE companion object
final case class DELETE(url: String, params: Map[String, String], headers: Map[String, String], body: Option[String]) extends HttpRequest

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val method: String

Inherited fields

val fullUrl: String

Attributes

Inherited from:
HttpRequest