MethodCodec

zio.http.codec.MethodCodec
object MethodCodec

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

def connect: HttpCodec[Method, Unit]

Attributes

Inherited from:
MethodCodecs (hidden)
def delete: HttpCodec[Method, Unit]

Attributes

Inherited from:
MethodCodecs (hidden)
def get: HttpCodec[Method, Unit]

Attributes

Inherited from:
MethodCodecs (hidden)
def head: HttpCodec[Method, Unit]

Attributes

Inherited from:
MethodCodecs (hidden)
def method(method: Method): HttpCodec[Method, Unit]

Attributes

Inherited from:
MethodCodecs (hidden)
def options: HttpCodec[Method, Unit]

Attributes

Inherited from:
MethodCodecs (hidden)
def patch: HttpCodec[Method, Unit]

Attributes

Inherited from:
MethodCodecs (hidden)
def post: HttpCodec[Method, Unit]

Attributes

Inherited from:
MethodCodecs (hidden)
def put: HttpCodec[Method, Unit]

Attributes

Inherited from:
MethodCodecs (hidden)
def trace: HttpCodec[Method, Unit]

Attributes

Inherited from:
MethodCodecs (hidden)

Inherited fields

Attributes

Inherited from:
MethodCodecs (hidden)