HttpRequest

Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case
class DELETE(url: String, params: Map[String, String], headers: Map[String, String], body: Option[String]) extends HttpRequest
Companion
object
object DELETE
Companion
class
final case
class GET(url: String, params: Map[String, String], headers: Map[String, String]) extends HttpRequest
Companion
object
object GET
Companion
class
final case
class POST(url: String, params: Map[String, String], headers: Map[String, String], body: Option[String]) extends HttpRequest
Companion
object
object POST
Companion
class
final case
class PUT(url: String, params: Map[String, String], headers: Map[String, String], body: Option[String]) extends HttpRequest
Companion
object
object PUT
Companion
class

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete fields