Vinicius Carvalho
09/10/2019, 1:55 PMpipeline.insertPhaseBefore(ApplicationCallPipeline.Monitoring, phase)
and pipeline.sendPipeline.insertPhaseAfter(ApplicationSendPipeline.After, postSendPhase)
specifically. Now, when I access the ApplicationCall
request
and response
is there a way to find the content-length of each? Sorry but it was not clear via the base classes how one would access that information. Thank youcy
09/10/2019, 2:14 PMVinicius Carvalho
09/10/2019, 2:57 PM