The release of HTTPX 1.5.0 marks significant enhancements to the Ruby HTTP client library, notably introducing the :stream_bidi plugin for bidirectional streaming over HTTP/2. This allows for real-time data interaction, enabling users to send and receive data simultaneously. Furthermore, the release includes the :query plugin, introducing methods for the QUERY HTTP verb, thus expanding the library's versatility in managing diverse HTTP requests efficiently. These updates solidify HTTPX's position as a feature-rich and developer-friendly HTTP client.
HTTPX now supports the :stream_bidi plugin for bidirectional streaming, enhancing interactions by allowing simultaneous data sending and receiving over HTTP/2 connections.
The new :query plugin expands features by adding public methods that facilitate the use of the QUERY HTTP verb, broadening HTTPX's capabilities in handling requests.
Collection
[
|
...
]