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 upHighlights
- Arctic Code Vault Contributor
- Pro
Pinned
3,682 contributions in the last year
Activity overview

Contribution activity
July 2020
-
florimondmanca/proxycore
Python
•
Built by
Created a pull request in encode/httpcore that received 9 comments
Improve handling of server disconnects
Fixes #110, cc @nawarnoori Now, the test setup detailed in #110 (comment) results in the following error in all cases: httpcore._exceptions.ReadErr…
+12
−3
•
9
comments
- Switch to MIT license
- Remove 'Stay in touch' jumbotron
- Add 'Utterances: GitHub-powered Comments Section for Personal Sites'
- Add Comments sections via utterances
- Make site title configurable
- Add link to source code in footer
- mdformat: Fix and test newline handling
- Format Python code blocks in Markdown source files
- Use arel 0.2.0, reload on templates and static files changes
- Use asgi-sitemaps 0.3.0
- Use isort 5
- Included create_ssl_context function to create the same context with SSLConfig and serve as API
- Single consistent name for status codes
- Drop extraneous `proxy` argument on `URLLib3Transport`.
- Tighten public API on auth classes
- Keep Proxy._build_auth_header as a private method
- Full coverage, with exception of URLLib3Transport
- URL.port becomes Optional[int]
- Parameterise invalid URL tests
- Prefer defaulting to utf-8, rather than using chardet autodetect
- Include 'request' on TooManyRedirect and RequestBodyUnavailable
- Refactor map_exceptions
- Fixes for LineDecoding
- Drop `URL(allow_relative=bool)`
- client.netrc should be private
- Drop private Origin model
- Drop fullpath setter
- Skip HSTS preloading on single-label domains
- More public API tightening
- Allow and ignore `None` header values
- Tighten public client methods
- Support QueryParams(None)
- Drop deprecated proxies API
- Drop deprecated API
- Pin isort version
- Simplify bytes to hex string conversion
- Some pull request reviews not shown.
Created an issue in encode/httpx that received 3 comments
Consider renaming `HTTPError` to `RequestError`
Spun up from #867
Currently httpx.HTTPError
serves as a base exception class, no problem. (In 0.13.x it wasn't the case because HTTPCore could rais…
3
comments