Sha256: 1cf16bc920e9ea93c5633c929ba6742814bd987b5552a90b509e50941ada2b13
Contents?: true
Size: 612 Bytes
Versions: 39
Compression:
Stored size: 612 Bytes
Contents
# 0.22.0 ## Improvements ### Happy Eyeballs v2 finalized Until now, httpx was issuing concurrent DNS requests, but it'd only start connecting to the first, and then on the following by the right order, but sequentially. `httpx` will now establish connections concurrently to both IPv6 and IPv4 addresses of a given domain; the first one to succeed terminates the other. Successful connection means completion of both TCP and TLS (when applicable) handshakes. ### HTTPX::Response::Body#encoding A new method, `#encoding`, can be called on response bodies. It'll return the encoding of the response payload.
Version data entries
39 entries across 39 versions & 1 rubygems