Skip to content
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

feat(client): support http/2 requests #117

Merged
merged 1 commit into from
Jun 20, 2024
Merged

Conversation

shouya
Copy link
Owner

@shouya shouya commented Jun 20, 2024

This PR adds support for HTTP/2 requests that's enabled by default. The feature was added because I have a feed protected by cloudflare that triggers the anti-scraping redirection only for HTTP/1.1 requests.

In addition, it's now possible to skip certificate verification by setting the client.accepts_invalid_certs option to true.

@shouya shouya merged commit 64a91a3 into master Jun 20, 2024
2 checks passed
@shouya shouya deleted the enable-http-2-support branch June 20, 2024 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant