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

Add package httpx #4543

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Add package httpx #4543

wants to merge 6 commits into from

Conversation

hoodmane
Copy link
Member

@hoodmane hoodmane commented Feb 22, 2024

Like aiohttp, it requires a patch to function. Ideally we should add support upstream. Currently only async requests are supported but we can support sync ones too with jspi.

Split off from #3704. On top of #4546.

Checklists

hoodmane and others added 4 commits February 22, 2024 12:54
Like aiohttp, it requires a patch to function. Ideally we should add
support upstream. Currently only async requests are supported but we can
support sync ones too with jspi.
Copy link
Member

@ryanking13 ryanking13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! It is very nice to see networking libraries work in Pyodide.

As you wrote, it would be ideal to have these patches upstream in the long term, but what are your plans for the short term?

The current PR doesn't include httpx_patch.py in httpx, so users can't use it, is there a reason you didn't package the actual package?

license: MIT
extra:
recipe-maintainers:
- PUT_YOUR_GITHUB_USERNAME_HERE
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you put your username here and in other recipes?

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.

None yet

2 participants