Registry / http-client / net-http-unix

net-http-unix

JSON →
library0.2.2rbrubygemsunverified

Wrapper around Net::HTTP with AF_UNIX support for connecting to Unix sockets.

gem install net_http_unix
INSTALL
IMPORT
SIG · NET-HTTP-UNIX
N
net-http-unix
http-clientrubyv0.2.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.

Net::HTTP
require 'net/http/unix'

Make an HTTP request over a Unix socket

require 'net/http/unix' uri = URI.parse('http://localhost/endpoint') http = Net::HTTP.unix('/path/to/socket.sock') response = http.get(uri.path) puts response.body
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
net-http-unix — gem install net-http-unix · libregistry