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

Concise view

Type members

Inherited 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

Value members

Concrete methods

def default(method: Method, url: URL, body: Body): Request
def delete(url: URL): Request
def get(url: URL): Request
def options(url: URL): Request
def patch(body: Body, url: URL): Request
def post(body: Body, url: URL): Request
def put(body: Body, url: URL): Request