NAME

AnyEvent::Plackup::Request - Request object for AnyEvent::Plackup

SYNOPSIS

my $req = $server->recv;
$req->respond([ 200, [], [ 'OK' ] ]);

METHODS

$req->respond($psgi_response)

Responds a PSGI response to client.