Replies: 6 comments
-
/cc @geoand (knative), @iocanel (knative), @matejvasek (funqy), @patriot1burke (funqy) |
Beta Was this translation helpful? Give feedback.
-
Correct, Funqy is just vanilla functions. You're not supposed to be aware of the protocol |
Beta Was this translation helpful? Give feedback.
-
sorry but what about |
Beta Was this translation helpful? Give feedback.
-
Funqy is a cross-platform function API: AWS Lambda, Azure Functions, Google Cloud Functions, Cloud Events, HTTP. Not all of these use the HTTP protocol. If you want access to http like things, use JAX-RS. |
Beta Was this translation helpful? Give feedback.
-
I understand that Funqy is a cross-platform function API, and not all of its implementations use the HTTP protocol. However, I'm curious about the |
Beta Was this translation helpful? Give feedback.
-
The feature is not "missing". A pull request would not be welcome. Sorry. Again, if you want HTTP things, use JAX-RS or some other HTTP library. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
may be mistaken, but from what I understand, it doesn't seem possible to retrieve the HTTP request headers when using the funqy-knative or funqy-http extension. Is there a particular reason why this information cannot be accessed? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions