パルカワ2

最近はFlutterをやっています

2013-03-27から1日間の記事一覧

HTTP::Cookies の extract_cookies と add_cookie_header

use strict; use warnings; use Plack::Test; use HTTP::Request::Common; use Data::Dumper; my $app = ...; test_psgi app => $app, client => sub { my ($cb) = @_; my $jar = HTTP::Cookies->new; my $res = $cb->(GET '/'); $jar->extract_cookies($res…