Registry / logging / httplog

httplog

JSON →
library2.0.0rbrubygemsunverified

Log outgoing HTTP requests made from your application, helpful for tracking API calls of third party gems that don't provide their own log output.

gem install httplog
INSTALL
IMPORT
SIG · HTTPLOG
H
httplog
loggingrubyv2.0.0
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.

HttpLog
require 'httplog'

Configure HttpLog and make an HTTP request to see logs

require 'httplog' HttpLog.configure do |config| config.logger = Logger.new(STDOUT) end Net::HTTP.get(URI('https://example.com'))
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
22
OpenAI (training)
2
Amazon
1
Resources
httplog — gem install httplog · libregistry