mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-08 20:28:13 +01:00
b556034249
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
4 lines
222 B
Text
4 lines
222 B
Text
The Net::HTTP class is a low-level HTTP client. An instance of
|
|
the Net::HTTP class represents a connection to an HTTP server.
|
|
The HTTP protocol is described in RFC 2616. The Net::HTTP
|
|
class supports HTTP/1.0 and HTTP/1.1.
|