Austin Pederson
11/02/2022, 6:01 PMAleksei Tirman [JB]
11/03/2022, 9:49 AMIncoming request
↓
EnginePipeline: Before
↓
Call -> ApplicationCallPipeline: Setup (CallId, ForwardedHeaders)
↓
Monitoring (CallLogging, DropwizardMetrics, MicrometerMetrics)
↓
Plugins (Sessions, CORS, AuthenticationInterceptors, AutoHeadResponse)
↓
Call (Routing)
↓
Fallback
Aleksei Tirman [JB]
11/03/2022, 9:50 AMApplicationCall.receive()
↓
ApplicationReceivePipeline: Before
↓
Transform (Default transformations, ContentNegotiation)
↓
After
Aleksei Tirman [JB]
11/03/2022, 9:50 AMApplicationCall.respond()
↓
ApplicationSendPipeline: Before
↓
Transform (ContentNegotiation)
↓
Render (Default transformations)
↓
ContentEncoding (Compression, PartialContent)
↓
After
↓
Engine -> Send response by an engine