Httr2
Hadley Wickham
httr2 1.1.0 introduces powerful new streaming capabilities with
req_perform_connection()
, as well as comprehensive URL manipulation tools, improved AWS support, and a bunch of bug fixes.
Read more ...
2025/01/20
Hadley Wickham
httr2 is the successor to httr, providing a pipeable interface to generate HTTP requests and handle the responses. It’s focussed on the needs of an R user wrapping a modern web API, but is flexible enough to handle just about any HTTP related task.
Read more ...
2023/11/14