The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Ubic::UA - tiny http client

VERSION

version 1.53

DESCRIPTION

This module is a tiny and horribly incomplete http useragent implementetion.

It's used by Ubic::Ping::Service and it allows ubic to avoid dependency on LWP.

INTERFACE SUPPORT

This is considered to be a non-public class. Its interface is subject to change without notice.

METHODS

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.

AUTHOR

Vyacheslav Matyukhin <mmcleric@yandex-team.ru>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 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.