We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4dcd11 commit abd8fa9Copy full SHA for abd8fa9
templates/node/http/index.js
@@ -13,6 +13,8 @@
13
* @param {object} context.headers the HTTP request headers
14
* @param {string} context.method the HTTP request method
15
* @param {string} context.httpVersion the HTTP protocol version
16
+ * @param {string} context.httpVersionMajor the HTTP major version number
17
+ * @param {string} context.httpVersionMinor the HTTP minor version number
18
* See: https://github.com/knative/func/blob/main/docs/function-developers/nodejs.md#the-context-object
19
*/
20
const handle = async (context, body) => {
0 commit comments