You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTPX 0.21 has now been released, which integrates against the newly redesigned `httpcore` package described in the last monthly report.
9
+
10
+
The most notable features that this enables are some improvements in the command-line client.
11
+
12
+
* SSL certificate information is now displayed when using the `-v`/`--verbose` flag.
13
+
* Connection information indicating the connected IP is now displayed when using the `-v`/`--verbose` flag.
14
+
* When HTTP/2 is enabled with `--http2`, the request will now correctly display as either HTTP/1.1 or HTTP/2 depending on if connection actually ended up negotiating as HTTP/2 or not.
15
+
16
+
These improvements are possible as a result of the new `trace` extension supported by the latest `httpcore` version.
17
+
18
+
Alongside this, the redesigned `httpcore` has been released as 0.14. For more information see the [comprehensive new documentation](https://www.encode.io/httpcore/).
0 commit comments