An open API service indexing awesome lists of open source software.

https://github.com/mkende/perl_user_agent_any

Wrapper above any UserAgent library, supporting sync and async calls.
https://github.com/mkende/perl_user_agent_any

Last synced: over 1 year ago
JSON representation

Wrapper above any UserAgent library, supporting sync and async calls.

Awesome Lists containing this project

README

          

# UserAgent::Any

This Perl library is a wrapper above any UserAgent library, supporting sync and
async calls.

See the full documentation of this library on [metacpan](https://metacpan.org/pod/UserAgent::Any).

Currently supported user agents:

- [`LWP::UserAgent`](https://metacpan.org/pod/LWP::UserAgent)
- [`Mojo::UserAgent`](https://metacpan.org/pod/Mojo::UserAgent)
- [`AnyEvent::UserAgent`](https://metacpan.org/pod/AnyEvent::UserAgent)
- [`HTTP::Promise`](https://metacpan.org/pod/HTTP::Promise)