-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SHARD-1960: add max response size #164
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Type
enhancement, bug_fix
Description
Introduced
maxResponseSize
configuration for response size limits.Replaced
fetch
withcustomFetch
for HTTP requests.Added
customAxios
for size-limited Axios requests.Created
customHttpFunctions.ts
for custom HTTP utilities.Changes walkthrough 📝
7 files
Add `maxResponseSize` to configuration
Replace `fetch` with `customFetch` for HTTP requests
Use `customFetch` for HTTP requests
Switch to `customFetch` for HTTP requests
Implement `customFetch` for network calls
Use `customAxios` for HTTP requests
Create custom HTTP functions with size limits