Skip to content

Commit b6118c0

Browse files
committed
updated README.md
1 parent 9bf8e66 commit b6118c0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

gcp_cloud_function_proxy/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,20 @@ Query content:
1111
Response:
1212

1313
```
14-
200 OK
14+
<http_status_code> <http_status_message>
1515
1616
<html_content>
1717
```
1818

19+
eg.
20+
21+
```
22+
200 OK
23+
24+
<html>
25+
...
26+
```
27+
1928

2029
- `main.py` - the code
2130
- `requirements.txt` - the pip modules to bootstrap

0 commit comments

Comments
 (0)