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 b6118c0 commit 29829f1Copy full SHA for 29829f1
gcp_cloud_function_proxy/README.md
@@ -8,24 +8,14 @@ Query content:
8
{"url": "http://ifconfig.co/json"}
9
```
10
11
-Response:
12
-
13
-```
14
-<http_status_code> <http_status_message>
15
16
-<html_content>
17
18
19
-eg.
+Response is HTTP status code and message, blank line and then the content:
20
21
22
200 OK
23
24
-<html>
25
-...
+<raw_content>
26
27
28
29
- `main.py` - the code
30
- `requirements.txt` - the pip modules to bootstrap
31
- `deploy.sh` - upload the code and deps
0 commit comments