TapirResponse

caliban.interop.tapir.TapirAdapter.TapirResponse
See theTapirResponse companion object
case class TapirResponse(code: StatusCode, body: String, headers: List[Header])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withBody(body: String): TapirResponse
def withHeader(key: String, value: String): TapirResponse
def withHeaders(_headers: List[Header]): TapirResponse

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product