Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mmmaantu
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
mmmaantu
9mo ago
Yes httpx is badly broken. Eg its connection pooling implementation is not great at all. There are various issues in httpx/httpcore. There are also old open PRs trying to fix issues but maintainer(s) are just not intrested.
2.
▲
by
mmmaantu
9mo ago
pycurl doesnt support async, right?
3.
▲
by
mmmaantu
9mo ago
Httpx/httpcore are abandoned and their connection pooling etc implementations are completely broken https://github.com/encode/httpx/issues/3215 Many PRs trying to fix varying issues https://gi
4.
▲
by
mmmaantu
9mo ago
Building pyreqwest, a high-performance Python HTTP client backed by Rust’s reqwest. It has gotten quite feature rich: async and sync APIs, similar ergonomic interface of reqwest, full type hints, and built-in testing/mocking. It has no
5.
▲
by
mmmaantu
11mo ago
I have been working on a new Python HTTP client which is 100% Rust-based (sync+async). Using reqwest under the hood and providing everything it has to offer to Python land + much more. Also including mocking capabilities. Here: https:/
6.
▲
Show HN: Pyreqwest – Powerful and fast Rust-reqwest based HTTP client for Python
(github.com)
3 points
by
mmmaantu
11mo ago
|
0 comments
7.
▲
by
mmmaantu
1y ago
SHA pinning won't necessarily help if the dependency you are pinning doesn't pin its own dependencies! You still get stuff pulled via vulnerable tags etc. How long till we get this https://github.com/github/ro