GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Plack::Handler::AnyEvent::HTTPD(3) User Contributed Perl Documentation Plack::Handler::AnyEvent::HTTPD(3)

Plack::Handler::AnyEvent::HTTPD - Plack handler to run PSGI apps on AnyEvent::HTTPD

  plackup -s AnyEvent::HTTPD --port 9090

Plack::Handler::AnyEvent::HTTPD is a Plack handler to run PSGI apps on AnyEvent::HTTPD module.

It's a handler running on AnyEvent::HTTPD so it inherits all the features from that, but the implementation is a bit tweaked to bypass some restrictions that AnyEvent::HTTPD has, i.e.:
  • AnyEvent::HTTPD only supports GET and POST but this handler supports other methods too.
  • AnyEvent::HTTPD processes "x-www-form-urlencoded" and "multipart/form-data" but this handler turns off that processing and just pushes the buffered content to "psgi.input"

"$env->{SERVER_PROTOCOL}" is always HTTP/1.0 regardless of the request version.

Tatsuhiko Miyagawa <miyagawa@bulknews.net>

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

AnyEvent::HTTPD

Hey! The above document had some coding errors, which are explained below:
Around line 217:
You forgot a '=back' before '=head1'
2012-08-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.