Ports Search

Results 1,4611,470 of 8,048 for /www/.(0.004 seconds)
Plack middleware to handle X-Forwarded-For headers
Plack::Middleware::XForwardedFor will look for X-Forwarded-For header in the incomming request and change REMOTE_ADDR to the real client IP.
www/Plack-Server-Coro-0.02 (Score: 0.056974534)
Perl extension for Coro cooperative multithread web server
Coro cooperative multithread web server.
www/Plack-Server-POE-0.4 (Score: 0.056974534)
Perl extension for Plack Server implementation for POE
Plack Server implementation for POE.
www/Plack-Server-ReverseHTTP-0.02 (Score: 0.056974534)
Perl extension of reversehttp gateway for PSGI application
A reversehttp gateway for PSGI application.
www/Plack-Test-ExternalServer-0.02 (Score: 0.056974534)
Run HTTP tests on external live servers
Plack::Test::ExternalServer allows your to run your Plack::Test tests against an external server instead of just against a local application through either mocked HTTP or a locally spawned server. See Plack::Test on how to write tests that can use this module.
www/Plack-1.0036 (Score: 0.056974534)
Perl extension of PSGI reference implementation and utilities
PSGI reference implementation and utilities.
www/PocketIO-0.17000 (Score: 0.056974534)
Socket.IO Plack application
PocketIO is a server implementation of SocketIO in Perl, you still need socket.io javascript library on the client. PocketIO aims to have API as close as possible to the node.js implementation and sometimes it might look not very perlish.
www/Pod-Site-0.56 (Score: 0.056974534)
Build browsable HTML documentation for your app
Pod::Site searches a list of directories and generates a jQuery-powered documentation site from all of the POD files it finds. It was originally designed for the Bricolage project but is has evolved for general use. Have a look at the Bricolage API Browser to see a sample documentation site in action. The generated documentation site supports Safari, Firefox, and IE7 and up.
www/PodToHTML-0.08 (Score: 0.056974534)
Generating HTML from several files containing POD documentation
PodToHTML generates HTML from one or (more typically) several files containg POD documentation. It uses Pod::Parser to parse the PODs and HTML::Element to represent the HTML as it is generated.
www/Protocol-HTTP2-1.07 (Score: 0.056974534)
HTTP/2 protocol implementation
Protocol::HTTP2 is HTTP/2 protocol (draft 17) implementation with stateful decoders/encoders of HTTP/2 frames. You may use this module to implement your own HTTP/2 client/server/intermediate on top of your favorite event loop over plain or tls socket.