Join Slack
Powered by
If I want to catch an exception (`java.nio.channel...
# ktor
j
Javier
02/10/2022, 10:04 PM
If I want to catch an exception (
java.nio.channels.UnresolvedAddressException
) in my custom plugin, in which phase should I do that?
a
Aleksei Tirman [JB]
02/11/2022, 8:37 AM
You can intercept any phase before the
Send
phase of the
HttpRequestPipeline
.
🙏 1
102
Views
Open in Slack
Previous
Next