I’d like to modify an incoming request early in th...
# ktor
s
I’d like to modify an incoming request early in the pipeline before other features have an opportunity to see the request. I’ve looked through the samples and most seem to focus on modifying the response, not the request. Can anyone point me to an example of modifying an incoming request or provide some suggestions? It would be much appreciated!