Hi everyone, we use the server resources plugin on...
# ktor
a
Hi everyone, we use the server resources plugin on our backend and I was wondering why the plugin does not handle or deal with headers ? Like, we can specify query and path parameters but nothing for headers. Is it by design/choice ? Would it be possible to implement something like a
@Header
annotation to specify a specific param of the constructor is intended for a header ?
a
This feature request is filed to address the limitation.
Like, we can specify query and path parameters but nothing for headers. Is it by design/choice ?
The functionality for the headers just hasn't been considered and implemented.
a
Oh ! alright, interesting. Unfortunately it seems stale or unpopular 😅