Files
ports/www/rubygem-net-http-gitlab/pkg-descr
T
Po-Chuan Hsieh 10345d7815 www/rubygem-net-http-gitlab: Add rubygem-net-http-gitlab 0.6.0 (copied from rubygem-net-http)
- Change RUN_DEPENDS from rubygem-uri to rubygem-uri-gitlab
- Add PORTSCOUT
2025-11-10 00:30:46 +08:00

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.