aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-net-http-gitlab/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'www/rubygem-net-http-gitlab/pkg-descr')
-rw-r--r--www/rubygem-net-http-gitlab/pkg-descr7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/rubygem-net-http-gitlab/pkg-descr b/www/rubygem-net-http-gitlab/pkg-descr
new file mode 100644
index 000000000000..817662f0b1d6
--- /dev/null
+++ b/www/rubygem-net-http-gitlab/pkg-descr
@@ -0,0 +1,7 @@
+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.