NAME
WWW::Hetzner::LWPIO - Synchronous HTTP backend using LWP::UserAgent
VERSION
version 0.100
SYNOPSIS
use WWW::Hetzner::LWPIO;
my $io = WWW::Hetzner::LWPIO->new(timeout => 60);
DESCRIPTION
Default synchronous HTTP backend using LWP::UserAgent. Implements WWW::Hetzner::Role::IO.
timeout
Timeout in seconds for HTTP requests. Defaults to 30.
ua
LWP::UserAgent instance. Built lazily.
call($req)
Execute an WWW::Hetzner::HTTPRequest via LWP and return a WWW::Hetzner::HTTPResponse.
HTTP DEBUGGING
Load LWP::ConsoleLogger::Everywhere to see full HTTP traffic (headers, bodies, status codes) without changing your code:
perl -MLWP::ConsoleLogger::Everywhere your_script.pl
SEE ALSO
WWW::Hetzner::Role::IO, WWW::Hetzner::Role::HTTP, LWP::ConsoleLogger::Everywhere
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-www-hetzner/issues.
IRC
Join #kubernetes on irc.perl.org or message Getty directly.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHOR
Torsten Raudssus <torsten@raudssus.de>
COPYRIGHT AND LICENSE
This software is copyright (c) 2026 by Torsten Raudssus.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.