Registry / http-client / persistent-httparty

persistent-httparty

JSON →
library0.1.2rbrubygemsunverified

Extends HTTParty with persistent HTTP connections using the persistent_http gem to keep connections alive across requests.

gem install persistent_httparty
INSTALL
IMPORT
SIG · PERSISTENT-HTTPART
P
persistent-httparty
http-clientrubyv0.1.2
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.

PersistentHTTParty
require 'persistent_httparty'

Make a persistent HTTP GET request using HTTParty

require 'persistent_httparty' class MyClient include PersistentHTTParty base_uri 'https://api.example.com' end response = MyClient.get('/endpoint')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
persistent-httparty — gem install persistent-httparty · libregistry