- added Catalyst::Engine::HTTP
authorChristian Hansen <chansen@cpan.org>
Fri, 25 Mar 2005 07:53:44 +0000 (07:53 +0000)
committerChristian Hansen <chansen@cpan.org>
Fri, 25 Mar 2005 07:53:44 +0000 (07:53 +0000)
commit45374ac6977e9464410a8c7518fb26ab812258cb
tree6b1df537b1fde43fa887aae705e98f2a5a64b806
parentc9afa5fc4ed6c36afe6653d7d8fbb9909994c1a8
- added Catalyst::Engine::HTTP
- added Catalyst::Engine::HTTP::Daemon
- moved Catalyst::Engine::Server to Catalyst::Engine::HTTP::Server
- changed Catalyst::Engine::Server to be a subclass of Catalyst::Engine::HTTP::Daemon
- refactored Catalyst::Engine::Test, is now a subclass of Catalyst::Engine::HTTP
- added the ability to run tests against a remote server
lib/Catalyst/Engine/CGI.pm
lib/Catalyst/Engine/HTTP.pm [new file with mode: 0644]
lib/Catalyst/Engine/HTTP/Daemon.pm [new file with mode: 0644]
lib/Catalyst/Engine/HTTP/Server.pm [new file with mode: 0644]
lib/Catalyst/Engine/Server.pm
lib/Catalyst/Engine/Test.pm
lib/Catalyst/Manual/FAQ.pod
lib/Catalyst/Test.pm
t/16uri.t