Syntax

kirk.Syntax
object Syntax

Attributes

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

Members list

Extensions

Extensions

extension (thiz: Body)
def json[T : JsonValueCodec]: Computation[T, Fx]
extension (thiz: Body.type)
def json[T : JsonValueCodec](value: T): Body
extension (thiz: Response)
def withJson[T : JsonValueCodec](value: T): Response
extension (thiz: Response.type)
def json[T : JsonValueCodec](value: T): Response