There was an error while loading. Please reload this page.
1 parent 17f71e0 commit 6549a03Copy full SHA for 6549a03
functions/http/index.js
@@ -36,7 +36,8 @@ exports.helloWorld = function helloWorld (req, res) {
36
37
// [START functions_http_content]
38
/**
39
- * Responds to any HTTP request that can provide a "message" field in the body.
+ * Responds to an HTTP request using data from the request body parsed according
40
+ * to the "content-type" header.
41
*
42
* @param {Object} req Cloud Function request context.
43
* @param {Object} res Cloud Function response context.
0 commit comments