Help for this page

Select Code to Download


  1. or download this
    my $counter= 1;
    
    ...
    return sub {
        [200, {}, ["Hello request " . $counter++]]
    };