Syntax

kirk.Syntax
object Syntax

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Syntax.type

Members list

Extensions

Extensions

extension [U](thiz: Body[U])
def json[T : JsonValueCodec]: Computation[T, U & JsonDecodingError & IO]
extension (thiz: Body.type)
def json[T : JsonValueCodec](value: T): Body[Any]
extension (thiz: Response[_])
def withJson[T : JsonValueCodec](value: T): Response[Any]
extension (thiz: Response.type)
def json[T : JsonValueCodec](value: T): Response[Any]