Skip to content

Commit 29829f1

Browse files
committed
updated README.md
1 parent b6118c0 commit 29829f1

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

gcp_cloud_function_proxy/README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,14 @@ Query content:
88
{"url": "http://ifconfig.co/json"}
99
```
1010

11-
Response:
12-
13-
```
14-
<http_status_code> <http_status_message>
15-
16-
<html_content>
17-
```
18-
19-
eg.
11+
Response is HTTP status code and message, blank line and then the content:
2012

2113
```
2214
200 OK
2315
24-
<html>
25-
...
16+
<raw_content>
2617
```
2718

28-
2919
- `main.py` - the code
3020
- `requirements.txt` - the pip modules to bootstrap
3121
- `deploy.sh` - upload the code and deps

0 commit comments

Comments
 (0)