Repost: I'd like to modify an incoming request ear...
# ktor
j
Repost: 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!
😢 1
z
Maybe give us a hint of what you're trying to accomplish...
j
Normalizing the names of query string arguments...
eg. Changing the
field_name
argument to
fieldName