Help for this page
sub clone { ... my $copy = bless { %$self }, ref $self; # copy most fields delete $copy->{handlers};
# copy any plain arrays and hashes; known not to need recursive co +py for my $k (qw(proxy no_proxy requests_redirectable)) { ... $copy; }