1Net::DNS::RR::HTTPS(3)User Contributed Perl DocumentationNet::DNS::RR::HTTPS(3)
2
3
4

NAME

6       Net::DNS::RR::HTTPS - DNS HTTPS resource record
7

SYNOPSIS

9           use Net::DNS;
10           $rr = Net::DNS::RR->new('name HTTPS SvcPriority TargetName alpn=h3-29,h3-28,h3-27,h2 ...');
11

DESCRIPTION

13       DNS HTTPS resource record
14
15       The HTTPS class is derived from, and inherits all properties of, the
16       Net::DNS::RR::SVCB class.
17
18       Please see the Net::DNS::RR::SVCB documentation for details.
19

METHODS

21       The available methods are those inherited from the base class augmented
22       by the type-specific methods defined in this package.
23
24       Use of undocumented package features or direct access to internal data
25       structures is discouraged and could result in program termination or
26       other unpredictable behaviour.
27
29       Copyright (c)2020 Dick Franks.
30
31       All rights reserved.
32
33       Package template (c)2009,2012 O.M.Kolkman and R.W.Franks.
34

LICENSE

36       Permission to use, copy, modify, and distribute this software and its
37       documentation for any purpose and without fee is hereby granted,
38       provided that the original copyright notices appear in all copies and
39       that both copyright notice and this permission notice appear in
40       supporting documentation, and that the name of the author not be used
41       in advertising or publicity pertaining to distribution of the software
42       without specific prior written permission.
43
44       THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
45       OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
46       MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
47       IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
48       CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
49       TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
50       SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
51

SEE ALSO

53       perl, Net::DNS, Net::DNS::RR, Net::DNS::RR::SVCB
54
55
56
57perl v5.34.1                      2022-06-08            Net::DNS::RR::HTTPS(3)
Impressum