1Alien::Build::Plugin::FUestecrh:C:oHnTtTrPiTbiuntye(d3A)Pleireln:D:oBcuuimledn:t:aPtliuognin::Fetch::HTTPTiny(3)
2
3
4

NAME

6       Alien::Build::Plugin::Fetch::HTTPTiny - Plugin for fetching files using
7       HTTP::Tiny
8

VERSION

10       version 1.55
11

SYNOPSIS

13        use alienfile;
14        share {
15          start_url 'http://ftp.gnu.org/gnu/make';
16          plugin 'Fetch::HTTPTiny';
17        };
18

DESCRIPTION

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

PROPERTIES

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

SEE ALSO

42       Alien::Build::Plugin::Download::Negotiate, Alien::Build, alienfile,
43       Alien::Build::MM, Alien
44

AUTHOR

46       Author: Graham Ollis <plicease@cpan.org>
47
48       Contributors:
49
50       Diab Jerius (DJERIUS)
51
52       Roy Storey
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 Pisar (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
103       This software is copyright (c) 2011-2018 by Graham Ollis.
104
105       This is free software; you can redistribute it and/or modify it under
106       the same terms as the Perl 5 programming language system itself.
107
108
109
110perl v5.28.1                      2019-A0l2i-e2n4::Build::Plugin::Fetch::HTTPTiny(3)
Impressum