Hi,
I've created a module for handling digest authentication for non-blocking
Mojo::UserAgent operations:
use Mojo::UserAgent::DigestAuth;
my $ua = Mojo::UserAgent->new;
$ua->get("http://username:password\@example.com", digest_auth {
my ($ua, $tx) = @_;
# ...
});
Could someone give me feedback on the module? Does the code make sense?
Should I rename it?
The code is located on
github: https://github.com/jhthorsen/mojo-useragent-digestauth
--
You received this message because you are subscribed to the Google Groups
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.