Pass HttpContext
for an operation to use
#2129
Unanswered
diesieben07
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently we can pass custom headers into an operation using
context: { headers }
. It would be nice if we could also pass inHttpContext
(docs), to allow passing data to any interceptors.I would propose an API like so:
Beta Was this translation helpful? Give feedback.
All reactions