AwsServerOptions

sttp.tapir.serverless.aws.lambda.AwsServerOptions
case class AwsServerOptions[F[_]](encodeResponseBody: Boolean, interceptors: List[Interceptor[F]])

Attributes

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

Members list

Value members

Concrete methods

def appendInterceptor(i: Interceptor[F]): AwsServerOptions[F]
def prependInterceptor(i: Interceptor[F]): AwsServerOptions[F]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product