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.
- Host: GitHub
- URL: https://github.com/mkende/perl_user_agent_any
- Owner: mkende
- License: mit
- Created: 2024-10-31T21:19:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-24T19:21:28.000Z (over 1 year ago)
- Last Synced: 2025-01-31T00:16:21.445Z (over 1 year ago)
- Language: Perl
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
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)