handle_pool: Maintain a pool of handles.

handle_poolR Documentation

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.


r-lib/httr documentation built on Nov. 5, 2023, 7:26 a.m.