indigo.shared.networking.HttpReceiveEvent
See theHttpReceiveEvent companion trait
object HttpReceiveEvent
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
HttpReceiveEvent.type
Members list
Type members
Classlikes
case object HttpError extends HttpReceiveEvent
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait HttpReceiveEventtrait NetworkReceiveEventtrait GlobalEventclass Objecttrait Matchableclass AnyShow all
- Self type
-
HttpError.type
final case class HttpResponse(status: Int, headers: Map[String, String], body: Option[String]) extends HttpReceiveEvent
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HttpReceiveEventtrait NetworkReceiveEventtrait GlobalEventclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article