sub as_request( $self ) { HTTP::Request->new( $self->method => $self->uri, [ %{ $self->headers } ], $self->body(), ) };