Registry / networking / net-tcp-client

net-tcp-client

JSON →
library2.2.1rbrubygemsunverified

Net::TCPClient implements resilience features like retries and timeouts for TCP connections.

gem install net_tcp_client
INSTALL
IMPORT
SIG · NET-TCP-CLIENT
N
net-tcp-client
networkingrubyv2.2.1
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::TCPClient
require 'net/tcp_client'

Connect to a server and send an HTTP request.

require 'net/tcp_client' client = Net::TCPClient.new(server: 'example.com:80') client.write("GET / HTTP/1.0\r\n\r\n") puts client.read
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
Resources
net-tcp-client — gem install net-tcp-client · libregistry