RequestStore

zio.http.RequestStore
object RequestStore

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def get[A : Tag]: ZIO[Any, Nothing, Option[A]]
def set[A : Tag](a: A): ZIO[Any, Nothing, Unit]
def update[A : Tag](a: (Option[A]) => A): ZIO[Any, Nothing, Unit]