Skip to content

Commit

Permalink
highlight a few more features
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 15, 2013
1 parent 3ac894c commit 8bbfc77
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -23,8 +23,8 @@
recommended, and optional CPAN modules will be used to provide advanced
functionality if they are installed).
* Full stack HTTP and WebSocket client/server implementation with IPv6, TLS,
SNI, IDNA, Comet (long polling), keep-alive, connection pooling, timeouts
and gzip compression support.
SNI, IDNA, Comet (long polling), keep-alive, connection pooling, timeout,
cookie, multipart, proxy, and gzip compression support.
* Built-in non-blocking I/O web server, supporting multiple event loops and
hot deployment, perfect for embedding.
* Automatic CGI and [PSGI](http://plackperl.org) detection.
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/Server/Daemon.pm
Expand Up @@ -293,7 +293,8 @@ Mojo::Server::Daemon - Non-blocking I/O HTTP and WebSocket server
L<Mojo::Server::Daemon> is a full featured, highly portable non-blocking I/O
HTTP and WebSocket server, with C<IPv6>, C<TLS>, C<Comet> (long polling),
C<keep-alive>, connection pooling, timeouts and multiple event loop support.
C<keep-alive>, connection pooling, timeout, cookie, multipart and multiple
event loop support.
Optional modules L<EV> (4.0+), L<IO::Socket::IP> (0.16+) and
L<IO::Socket::SSL> (1.75+) are supported transparently through
Expand Down
8 changes: 4 additions & 4 deletions lib/Mojo/Server/Hypnotoad.pm
Expand Up @@ -162,10 +162,10 @@ Mojo::Server::Hypnotoad - ALL GLORY TO THE HYPNOTOAD!
L<Mojo::Server::Hypnotoad> is a full featured, UNIX optimized, preforking
non-blocking I/O HTTP and WebSocket server, built around the very well tested
and reliable L<Mojo::Server::Prefork>, with C<IPv6>, C<TLS>, C<Comet> (long
polling), C<keep-alive>, connection pooling, timeouts, multiple event loop and
hot deployment support that just works. Note that the server uses signals for
process management, so you should avoid modifying signal handlers in your
applications.
polling), C<keep-alive>, connection pooling, timeout, cookie, multipart,
multiple event loop and hot deployment support that just works. Note that the
server uses signals for process management, so you should avoid modifying
signal handlers in your applications.
To start applications with it you can use the L<hypnotoad> script.
Expand Down
6 changes: 3 additions & 3 deletions lib/Mojo/Server/Morbo.pm
Expand Up @@ -116,9 +116,9 @@ Mojo::Server::Morbo - DOOOOOOOOOOOOOOOOOOM!
L<Mojo::Server::Morbo> is a full featured, self-restart capable non-blocking
I/O HTTP and WebSocket server, built around the very well tested and reliable
L<Mojo::Server::Daemon>, with C<IPv6>, C<TLS>, C<Comet> (long polling),
C<keep-alive>, connection pooling, timeouts and multiple event loop support.
Note that the server uses signals for process management, so you should avoid
modifying signal handlers in your applications.
C<keep-alive>, connection pooling, timeout, cookie, multipart and multiple
event loop support. Note that the server uses signals for process management,
so you should avoid modifying signal handlers in your applications.
To start applications with it you can use the L<morbo> script.
Expand Down
7 changes: 4 additions & 3 deletions lib/Mojo/Server/Prefork.pm
Expand Up @@ -257,9 +257,10 @@ Mojo::Server::Prefork - Preforking non-blocking I/O HTTP and WebSocket server
L<Mojo::Server::Prefork> is a full featured, UNIX optimized, preforking
non-blocking I/O HTTP and WebSocket server, built around the very well tested
and reliable L<Mojo::Server::Daemon>, with C<IPv6>, C<TLS>, C<Comet> (long
polling), C<keep-alive>, connection pooling, timeouts and multiple event loop
support. Note that the server uses signals for process management, so you
should avoid modifying signal handlers in your applications.
polling), C<keep-alive>, connection pooling, timeout, cookie, multipart and
multiple event loop support. Note that the server uses signals for process
management, so you should avoid modifying signal handlers in your
applications.
Optional modules L<EV> (4.0+), L<IO::Socket::IP> (0.16+) and
L<IO::Socket::SSL> (1.75+) are supported transparently through
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojo/UserAgent.pm
Expand Up @@ -591,8 +591,8 @@ Mojo::UserAgent - Non-blocking I/O HTTP and WebSocket user agent
L<Mojo::UserAgent> is a full featured non-blocking I/O HTTP and WebSocket user
agent, with C<IPv6>, C<TLS>, C<SNI>, C<IDNA>, C<Comet> (long polling),
C<keep-alive>, connection pooling, timeouts, C<gzip> compression and multiple
event loop support.
C<keep-alive>, connection pooling, timeout, cookie, multipart, proxy, C<gzip>
compression and multiple event loop support.
Optional modules L<EV> (4.0+), L<IO::Socket::IP> (0.16+) and
L<IO::Socket::SSL> (1.75+) are supported transparently through
Expand Down

0 comments on commit 8bbfc77

Please sign in to comment.