mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
9d4482b912
rubygem-net-http 0.1.1 is required due to: https://gitlab.com/gitlab-org/gitlab/-/issues/413528
8 lines
334 B
Plaintext
8 lines
334 B
Plaintext
Net::HTTP provides a rich library which can be used to build HTTP user-agents.
|
|
For more details about HTTP see RFC2616.
|
|
|
|
Net::HTTP is designed to work closely with URI. URI::HTTP#host, URI::HTTP#port
|
|
and URI::HTTP#request_uri are designed to work with Net::HTTP.
|
|
|
|
If you are only performing a few GET requests you should try OpenURI.
|