Skip to content

Commit ca40f53

Browse files
authored
Update README.md
1 parent 1c4bf62 commit ca40f53

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ Features:
1919
- forwarding and integrating http headers and cookies between browser and backend
2020
- configurable filtered path (or paths) with simple warning page
2121
- allowing special `&trace_connection=y` and `&dump_request=y` debug queries (see below)
22-
- allowing up to 6 MB payload, with reference to the AWS quota (e.g., usable for small web pages and small-sized resources like icons, images, documents, etc.)
22+
- allowing up to 6 MB payload, with reference to the AWS Lambda quota (e.g., usable for small web pages and small-sized resources like icons, images, documents, etc.)
23+
24+
Limitations:
25+
- the max response size must be within 6 MB
26+
- progressively streaming response payloads is not supported (only the request/response mode is allowed)
2327

2428
### Tested architecture
2529

0 commit comments

Comments
 (0)