Registry / http-client / open-uri

open-uri

JSON →
library0.5.0rbrubygemsunverified

An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP.

gem install open-uri
INSTALL
IMPORT
SIG · OPEN-URI
O
open-uri
http-clientrubyv0.5.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.

OpenURI
✓ require 'open-uri'

Open and read a URL

require 'open-uri' URI.open('https://example.com') do |f| puts f.read end
Debug
Known issues
breakingopen-uri is part of Ruby's standard library and may be removed in future versions.
fix
Consider using Net::HTTP directly or the 'open-uri' gem if you need it outside stdlib.
affects: >= 3.0
Upgrade
Version history
0.5.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
OpenAI (training)
1
Resources
open-uri — gem install open-uri · libregistry