Request

zio.http.Request
See theRequest companion class
object Request

Attributes

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

Members list

Type members

Classlikes

final case class Patch(addHeaders: Headers, addQueryParams: QueryParams)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
object Patch

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Patch.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

Value members

Concrete methods

def delete(path: String): Request
def delete(url: URL): Request
def get(path: String): Request
def get(url: URL): Request
def head(path: String): Request
def head(url: URL): Request
def options(path: String): Request
def options(url: URL): Request
def patch(path: String, body: Body): Request
def patch(url: URL, body: Body): Request
def post(path: String, body: Body): Request
def post(url: URL, body: Body): Request
def put(path: String, body: Body): Request
def put(url: URL, body: Body): Request