Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

handle_pool

Maintain a pool of handles.


Description

The handle pool is used to automatically reuse Curl handles for the same scheme/host/port combination. This ensures that the http session is automatically reused, and cookies are maintained across requests to a site without user intervention.

Usage

handle_pool

handle_find(url)

handle_reset(url)

Format

An environment.


httr

Tools for Working with URLs and HTTP

v1.4.2
MIT + file LICENSE
Authors
Hadley Wickham [aut, cre], RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.