query

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

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

Inherited methods

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Lookup