When installing `Logging` (<https://ktor.io/clien...
# ktor
m
When installing
Logging
(https://ktor.io/clients/http-client/features/logging.html) alongside other features that can change headers in a client, does the order matter ? Can I make sure to always get what's transmitted over the wire ?
l
unless you do something weird with custom phases in the request or response pipelines, you should be fine
m
What is considered 'weird' ? I do have a custom feature for oauth that I'm trying to debug and changes the http headers as well as retrying in case of 401.