Registry / http-client / persistent-http

persistent-http

JSON →
library2.0.3rbrubygemsunverified

Provides persistent HTTP connections using a connection pool for efficient reuse.

gem install persistent_http
INSTALL
IMPORT
SIG · PERSISTENT-HTTP
P
persistent-http
http-clientrubyv2.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PersistentHTTP
require 'persistent_http'

Create a persistent HTTP client and make a GET request.

require 'persistent_http' http = PersistentHTTP.new(name: 'my-client') response = http.get('https://example.com') puts response.code
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Amazon
1
Resources