The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

LWP::Protocol::UWSGI - uwsgi support for LWP

SYNOPSIS

  use LWP::Protocol::UWSGI;
  use LWP::UserAgent;
  $res = $ua->get("uwsgi://www.example.com");

DESCRIPTION

The LWP::Protocol::UWSGI module provide support for using uwsgi protocol with LWP.

This module unbundled with the libwww-perl.

SEE ALSO

LWP::UserAgent, LWP::Protocol

COPYRIGHT

Copyright 2015 Nikolas Shulyakovskiy.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.