Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,629 contributions in the last year
Contribution activity
August 2020
Created a pull request in encode/httpcore that received 3 comments
No typing on bytestream attributes
We need to do a bit of a dance on AsyncByteStream/SyncByteStream, since we're using them both as an interface class, and include a plain base imple…
+40
−16
•
3
comments
- Refine docs phrasing on proxy routing
- Revamp proxies documentation
- Handle bare env proxy hostname gracefully
- Support bare hostname in proxy
- Switch to more concise Timeout parameters
- Rename PoolLimits to Limits
- Make Headers.keys(), Headers.values() and Headers.items() return set-like views instead of lists
- client.trust_env becomes read-only
- Rename URLMatcher -> URLPattern