cookie

harness.http.server.HttpRequest$.cookie$
object cookie extends Lookup

Attributes

Graph
Supertypes
class Lookup
class Object
trait Matchable
class Any
Self type
cookie.type

Members list

Value members

Concrete methods

def logAll(logLevel: LogLevel): URIO[HttpRequest & Logger, Unit]

Inherited methods

inline def apply[T](name: String)(implicit decoder: StringDecoder[T]): ZIO[HttpRequest, DecodingFailure, T]

Attributes

Inherited from:
Lookup
def find[T](name: String)(implicit decoder: StringDecoder[T]): ZIO[HttpRequest, DecodingFailure, Option[T]]

Attributes

Inherited from:
Lookup
def get[T](name: String)(implicit decoder: StringDecoder[T]): ZIO[HttpRequest, DecodingFailure, T]

Attributes

Inherited from:
Lookup