-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
req.context.invocationId #6
Comments
@espray I think I should make the whole |
I thought that at first, but that might be problematic. The safe play is Also, here is my Typescript declaration file
|
@espray I don't like whitelisting and sometimes prefer giving responsibilities to developers but in this case yep I will explicitly add But hum.. I can't find |
Yup I agree on giving full responsibilities to developers. `context.invocationId'
|
Expose context bindings in Request object Related to #6
This will make `bindingData` available trough the context object See https://github.com/christopheranderson/azure-functions-typescript/blob/master/src/context.d.ts Related to #12 and #6
Can the invocationId made available through req.context?
The text was updated successfully, but these errors were encountered: