Join Slack
Powered by
HttpClient: Why is prepareRequest and all other pr...
# ktor
h
hfhbd
04/22/2026, 6:58 AM
HttpClient: Why is prepareRequest and all other prepare methods marked as suspend? The builder should be suspend, but not the actual method. And
execute
is suspend.
a
Aleksei Tirman [JB]
04/22/2026, 7:10 AM
My guess is that the method signatures were copied from the respective request methods (
https://github.com/ktorio/ktor/pull/2315/changes#diff-8801e4200dad97edfc788c3085c3c3f8b0fe5037ded625e636bd57bdf1e6932bR83
).
4
Views
Open in Slack
Previous
Next