diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-01-21 10:47:52 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-01-21 10:47:52 +0800 |
commit | 8033d412f9c4bb58209bb7a230e40b96a08913cf (patch) | |
tree | 6bb14e6856858f087af2344a74e59f1d869d11fd /www/Makefile | |
parent | 2cd1afb9cc8e82bfb87b154de59b26cef4fd05d3 (diff) | |
download | freebsd-ports-gnome-8033d412f9c4bb58209bb7a230e40b96a08913cf.tar.gz freebsd-ports-gnome-8033d412f9c4bb58209bb7a230e40b96a08913cf.tar.zst freebsd-ports-gnome-8033d412f9c4bb58209bb7a230e40b96a08913cf.zip |
- Add www/rubygem-net-http-pipeline
An HTTP/1.1 pipelining implementation atop Net::HTTP. A pipelined
connection sends multiple requests to the HTTP server without waiting
for the responses. The server will respond in-order.
WWW: http://docs.seattlerb.org/net-http-pipeline/
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 4ef472127555..b7afa504ddf7 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1859,6 +1859,7 @@ SUBDIR += rubygem-net-http-digest_auth11 SUBDIR += rubygem-net-http-persistent SUBDIR += rubygem-net-http-persistent25 + SUBDIR += rubygem-net-http-pipeline SUBDIR += rubygem-nicovideo SUBDIR += rubygem-ntlm-http SUBDIR += rubygem-pagerduty |