return $resp;
}
- ### Non-blocking user agents return responses as Future objects:
+ ### Non-blocking user agents are expected to return Future objects:
+
+ use Future;
sub response_is_future { 1 }
=head1 SEE ALSO
=for :list
-* L<HTTP::AnyUA/REQUEST> - Explanation of the request arguments
-* L<HTTP::AnyUA/RESPONSE> - Explanation of the response
+* L<HTTP::AnyUA/The Request> - Explanation of the request arguments
+* L<HTTP::AnyUA/The Response> - Explanation of the response
=cut
=for :list
* L<Furl> doesn't keep a list of requests and responses along a redirect chain. As such, the C<url>
-field in the response is always the same as the URL of the original request, and the C<redirects>
-field is never used.
+ field in the response is always the same as the URL of the original request, and the C<redirects>
+ field is never used.
=head1 SEE ALSO