|
NAMEMail::BIMI::Role::HasHTTPClient - Class to model a HTTP client VERSIONversion 3.20250130 DESCRIPTIONRole for classes which require a HTTP Client implementation METHODShttp_client_get($uri)Perform a get request for the given $uri, wrapped with a timeout to catch timeouts that the HTTP::Tiny timeout does not catch. REQUIRES
AUTHORMarc Bradshaw <marc@marcbradshaw.net> COPYRIGHT AND LICENSEThis software is copyright (c) 2020 by Marc Bradshaw. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|