Hey 👋🏻. Currently when using registerPath method if both fields RouteConfig.parameters and RouteConfig.request are defined, parameters field is overwritten by the request field.
Would it be possible to combine these two fields?
I encountered this when i tried to do this 👇🏻 as cookies field is not currently present in the request object:
@vosmol thank you for your contribution. I've released v5.5.0 that supports this as well (even with the added support for cookies, it makes sense to have it as a manual approach if someone needs it)
Hey 👋🏻. Currently when using
registerPath
method if both fieldsRouteConfig.parameters
andRouteConfig.request
are defined,parameters
field is overwritten by therequest
field.Would it be possible to combine these two fields?
I encountered this when i tried to do this 👇🏻 as cookies field is not currently present in the request object:
which results in:
instead of: