Files
webmin/apache/mod_http2.pl
2021-11-19 11:10:06 -08:00

9 lines
107 B
Raku
Executable File

# mod_http2.pl
sub mod_http2_directives
{
$rv = [ ];
return &make_directives($rv, $_[0], "mod_http2");
}