Help for this page

Select Code to Download


  1. or download this
    use REST::Client;
    sub REST::Client::response { +shift->{_res} }
    
    ...
        ->response
        ->request
        ->as_string;