Ubic::UA - tiny http client
This module is a tiny and horribly incomplete http useragent implementation.
It's used by Ubic::Ping::Service and it allows ubic to avoid
dependency on LWP.
This is considered to be a non-public class. Its interface is subject to change
without notice.
- new(timeout => $timeout)
- Construct new useragent.
- get($url)
- Fetch a given url.
Returns a hashref with body, status and some
others and some other fields.
Vyacheslav Matyukhin <mmcleric@yandex-team.ru>
This software is copyright (c) 2015 by Yandex LLC.
This is free software; you can redistribute it and/or modify it
under the same terms as the Perl 5 programming language system itself.