Skip to content

Commit 4801ccd

Browse files
alexmarqsjpinho
andauthored
Update packages/axios-large-response/README.md
Co-authored-by: João Pinho <[email protected]>
1 parent 0383366 commit 4801ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/axios-large-response/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
An Axios interceptor designed to handle large responses. By default, it assumes that your backend uses `@epilot/large-response-middleware`, as described in the [large-response-middleware README](https://github.com/epilot-dev/aws-lambda-utility-middlewares/blob/main/packages/large-response-middleware/README.md). However, it also supports custom callback function to fetch large payloads from a reference data, customizable reference property names, headers, and other options. See below for details.
44

5-
It supports per-request options, so you can enable/disable the interceptor for a specific request (the axios config namespace is `axios-large-response` - please check the [Usage](#usage) section for more details). For now, it is enabled by default, however we can do some combinations based on the use cases, for example, we can disable it globally and enable it per-request if needed.
5+
It supports per-request options, so you can enable/disable the interceptor for a specific request (the axios config namespace is `axios-large-response` - please check the [Usage](#usage) section for more details). For now, it is disabled by default, however we can do some combinations based on the use cases, for example, we can disable it globally and enable it per-request if needed.
66

77
The interceptor is **disabled by default**, so you need to explicitly enable it.
88

0 commit comments

Comments
 (0)