handle_pool
From httr v1.4.2
by Hadley Wickham
Maintain a pool of handles.
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.
- Keywords
- internal
Usage
handle_poolhandle_find(url)
handle_reset(url)
Format
An environment.
Community examples
Looks like there are no examples yet.