Ravenports generated: 02 May 2020 00:38
[ravenports.git] / bucket_BD / ruby-net-http-persistent
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               ruby-net-http-persistent
4 VERSION=                4.0.0
5 KEYWORDS=               ruby
6 VARIANTS=               v25 v26 v27
7 SDESC[v25]=             Manages persistent HTTP connections (v25)
8 SDESC[v26]=             Manages persistent HTTP connections (v26)
9 SDESC[v27]=             Manages persistent HTTP connections (v27)
10 HOMEPAGE=               https://github.com/drbrain/net-http-persistent
11 CONTACT=                Ruby_Automaton[ruby@ironwolf.systems]
12
13 DOWNLOAD_GROUPS=        main
14 SITES[main]=            RUBYGEMS/
15 DISTFILE[1]=            net-http-persistent-4.0.0.gem:main
16 DIST_SUBDIR=            ruby
17 DF_INDEX=               1
18 SPKGS[v25]=             single
19 SPKGS[v26]=             single
20 SPKGS[v27]=             single
21
22 OPTIONS_AVAILABLE=      RUBY25 RUBY26 RUBY27
23 OPTIONS_STANDARD=       none
24 VOPTS[v25]=             RUBY25=ON RUBY26=OFF RUBY27=OFF
25 VOPTS[v26]=             RUBY25=OFF RUBY26=ON RUBY27=OFF
26 VOPTS[v27]=             RUBY25=OFF RUBY26=OFF RUBY27=ON
27
28 DISTNAME=               net-http-persistent-4.0.0
29
30 GENERATED=              yes
31
32 [RUBY25].BUILDRUN_DEPENDS_ON=           ruby-connection_pool:single:v25
33 [RUBY25].USES_ON=                       gem:v25
34
35 [RUBY26].BUILDRUN_DEPENDS_ON=           ruby-connection_pool:single:v26
36 [RUBY26].USES_ON=                       gem:v26
37
38 [RUBY27].BUILDRUN_DEPENDS_ON=           ruby-connection_pool:single:v27
39 [RUBY27].USES_ON=                       gem:v27
40
41 [FILE:587:descriptions/desc.single]
42 Manages persistent connections using Net::HTTP including a thread pool for
43 connecting to multiple hosts.
44
45 Using persistent HTTP connections can dramatically increase the speed of
46 HTTP.
47 Creating a new HTTP connection for every request involves an extra TCP
48 round-trip and causes TCP congestion avoidance negotiation to start over.
49
50 Net::HTTP supports persistent connections with some API methods but does
51 not
52 make setting up a single persistent connection or managing multiple
53 connections easy.  Net::HTTP::Persistent wraps Net::HTTP and allows you to
54 focus on how to make HTTP requests.
55
56
57 [FILE:113:distinfo]
58 790b3a0862d8bff1d26c5bb8465f20406212ee83e4fce9e34088fe7aecdc6d69        30720 ruby/net-http-persistent-4.0.0.gem
59