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

Replace Requests Package with HTTPX #101

Open
WayneLambert opened this issue Jul 23, 2021 · 1 comment
Open

Replace Requests Package with HTTPX #101

WayneLambert opened this issue Jul 23, 2021 · 1 comment
Assignees
Labels
app: scraping Issues relating to the `scraping` app feature Feature for the project

Comments

@WayneLambert
Copy link
Owner

Requests will be the modern de facto standard for HTTP requests going forward and supports sync and async requests in addition to HTTP 1.1 and HTTP2 protocols.

By the "end of 2021", version 1.0 will be released although the project developers believe the API is currently stable.

https://www.python-httpx.org/

The operations within the library involving the requests package will need to be switched out to use the HTTPX one.

@WayneLambert WayneLambert added app: scraping Issues relating to the `scraping` app feature Feature for the project labels Jul 23, 2021
@WayneLambert WayneLambert self-assigned this Jul 23, 2021
@WayneLambert
Copy link
Owner Author

Integrate within the pyproject.toml with:

httpx[cli,http2,brotli]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app: scraping Issues relating to the `scraping` app feature Feature for the project
Projects
None yet
Development

No branches or pull requests

1 participant