You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: allow set rejectUnauthorized = true on urllib.request options (#561)
closes#531
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
## Release Notes
- **New Features**
- Enhanced HTTP client configuration with options for handling HTTP/2
and unauthorized requests.
- Introduced new tests for validating behavior with `rejectUnauthorized`
set to false.
- **Bug Fixes**
- Improved error handling and address validation in HTTP client tests.
- **Documentation**
- Updated comments for clarity and consistency in the `HttpClient`
class.
- **Chores**
- Updated dependency management for improved security and functionality.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments