1Alien::Build::Plugin::FUestecrh:C:oHnTtTrPiTbiuntye(d3A)Pleireln:D:oBcuuimledn:t:aPtliuognin::Fetch::HTTPTiny(3)
2
3
4
6 Alien::Build::Plugin::Fetch::HTTPTiny - Plugin for fetching files using
7 HTTP::Tiny
8
10 version 2.80
11
13 use alienfile;
14 share {
15 start_url 'http://ftp.gnu.org/gnu/make';
16 plugin 'Fetch::HTTPTiny';
17 };
18
20 Note: in most case you will want to use
21 Alien::Build::Plugin::Download::Negotiate instead. It picks the
22 appropriate fetch plugin based on your platform and environment. In
23 some cases you may need to use this plugin directly instead.
24
25 This fetch plugin fetches files and directory listings via the "http"
26 and "https" protocol using HTTP::Tiny. If the URL specified uses the
27 "https" scheme, then the required SSL modules will automatically be
28 injected as requirements. If your initial URL is not "https", but you
29 know that it will be needed on a subsequent request you can use the ssl
30 property below.
31
33 url
34 The initial URL to fetch. This may be a directory listing (in HTML) or
35 the final file.
36
37 ssl
38 If set to true, then the SSL modules required to make an "https"
39 connection will be added as prerequisites.
40
42 Alien::Build::Plugin::Download::Negotiate, Alien::Build, alienfile,
43 Alien::Build::MM, Alien
44
46 Author: Graham Ollis <plicease@cpan.org>
47
48 Contributors:
49
50 Diab Jerius (DJERIUS)
51
52 Roy Storey (KIWIROY)
53
54 Ilya Pavlov
55
56 David Mertens (run4flat)
57
58 Mark Nunberg (mordy, mnunberg)
59
60 Christian Walde (Mithaldu)
61
62 Brian Wightman (MidLifeXis)
63
64 Zaki Mughal (zmughal)
65
66 mohawk (mohawk2, ETJ)
67
68 Vikas N Kumar (vikasnkumar)
69
70 Flavio Poletti (polettix)
71
72 Salvador Fandiño (salva)
73
74 Gianni Ceccarelli (dakkar)
75
76 Pavel Shaydo (zwon, trinitum)
77
78 Kang-min Liu (劉康民, gugod)
79
80 Nicholas Shipp (nshp)
81
82 Juan Julián Merelo Guervós (JJ)
83
84 Joel Berger (JBERGER)
85
86 Petr Písař (ppisar)
87
88 Lance Wicks (LANCEW)
89
90 Ahmad Fatoum (a3f, ATHREEF)
91
92 José Joaquín Atria (JJATRIA)
93
94 Duke Leto (LETO)
95
96 Shoichi Kaji (SKAJI)
97
98 Shawn Laffan (SLAFFAN)
99
100 Paul Evans (leonerd, PEVANS)
101
102 Håkon Hægland (hakonhagland, HAKONH)
103
104 nick nauwelaerts (INPHOBIA)
105
106 Florian Weimer
107
109 This software is copyright (c) 2011-2022 by Graham Ollis.
110
111 This is free software; you can redistribute it and/or modify it under
112 the same terms as the Perl 5 programming language system itself.
113
114
115
116perl v5.38.0 2023-A0l7i-e2n0::Build::Plugin::Fetch::HTTPTiny(3)