Skip to main content

HTTPHandler <Configuration, Service, Profile, Body, Path, Query, Headers, Result, Security, Authorizer, GV>

Hierarchy

Index

Properties

optionalconfig

config?: Config<Configuration>

optionaldeprecated

deprecated?: boolean

optionaldescription

description?: string

http

http: HTTPEventHandler<Configuration, Service, Profile, Body, Path, Query, Headers, Result, Security, Authorizer, GV>

optionalisSensitive

isSensitive?: boolean

optionallogger

logger?: Logger

optionalmetrics

metrics?: Metrics

optionaloperationId

operationId?: string

optionalprofile

profile?: ProfileSchema<Profile>

optionalserialize

serialize?: { error?: ErrorSerializer<number, HttpError> }

Type declaration

  • optionalerror?: ErrorSerializer<number, HttpError>

optionalservices

services?: Services<Configuration, Service>

optionalsummary

summary?: string

optionaltags

tags?: string[]

optionaltracer

tracer?: Tracer