- or download this
print $socket ...
readline $socket;
- or download this
writable {
syswrite ...
readable {
sysread ...
}}
- or download this
on_write => sub { ... },
on_read => sub { ... },
- or download this
sub http2 {
my $req = shift;
...
HTTP::Response-> parse( $res)
}}
}
- or download this
sub http3 {
my $req = shift;
...
again;
}}
}