import "builder" into the right namespace - thanks, gbhat!
[catagits/Web-Simple.git] / lib / Web / Simple / Application.pm
2016-08-31 Karen Etheridge import "builder" into the right namespace - thanks...
2014-05-23 Graham Knop stop trying to load module that doesn't exist anymore
2014-05-20 Christian Walde disassemble DispatchNode since Dispatch.pm can now...
2014-05-20 Christian Walde allow passing either psgi app, or application object...
2012-07-15 Matt S Trout clean up arg handling
2012-07-15 Matt S Trout basic authorization support for run_test_request and CLI
2012-07-05 Christian Walde fixed CGI detection under mod_cgid
2012-05-11 Christian Walde actually pull in weaken from Scalar::Util
2012-05-09 Matt S Trout fix per-application memory leak
2012-04-27 Matt S Trout better docs for the CLI code
2012-04-22 Matt S Trout test fixup
2012-04-22 Matt S Trout allow headers on CLI calls
2011-10-06 Matt S Trout document and changelog run_test_request
2011-10-06 Matt S Trout maintain $env->{Web::Dispatch.original_env} for ParamPa...
2011-10-05 Matt S Trout factor out run_test_request method
2011-10-03 Matt S Trout eliminate HTTP::Request::AsCGI in favour of Plack:...
2011-09-25 Matt S Trout update Plack usage
2011-09-23 Matt S Trout Assume FastCGI mode if STDIN is a socket (works some...
2011-09-23 Matt S Trout clean up newline handling for cli mode output
2011-09-23 Matt S Trout output status+headers to STDERR in CLI mode
2011-02-25 Matt S Trout change Web::Simple::Application to refer to Web::Simple...
2011-01-12 Matt S Trout cleanup test code and support non-GET requests
2010-12-08 Matt S Trout improve Application.pm docs
2010-12-06 John Napiorkowski documentation corrections and updates
2010-12-02 John Napiorkowski documentation for WSA to get started
2010-11-27 Matt S Trout fix config handling, finish porting bloggery, safer...
2010-11-25 John Napiorkowski $self no longer automatically in scope, fixing test
2010-11-24 Matt S Trout as_psgi_app becomes to_psgi_app, factor dispatcher...
2010-11-20 Matt S Trout switch to Moo
2010-11-19 Matt S Trout factor dispatcher out into Web::Dispatch
2010-11-19 Matt S Trout factor dispatch parser out
2010-10-09 Matt S Trout pass ARGV to _run_cli to enable testing
2010-10-08 Matt S Trout squelch 'used only once' warnings
2010-10-07 Matt S Trout make Class->as_psgi_app only call ->new once
2010-09-25 Matt S Trout skeleton CLI support
2010-08-29 Matt S Trout don't duplicate the PSGI_ENV
2010-05-11 Matt S Trout experimentally expose psgi $env as $_[ENV] with-ENV
2010-02-22 markie switch to using Plack, add FCGI support, use Plack...
2010-01-20 Matt S Trout skeleton BUILDALL support
2009-11-30 Matt S Trout sub {} == undef proto, sub () {} == '' proto
2009-11-30 Matt S Trout fix Application.pm to handle empty sub protos correctly
2009-11-27 Matt S Trout add as_psgi_app and make run_if_script return it for...
2009-11-23 Matt S Trout first cut at body matching
2009-11-22 Matt S Trout subdispatch
2009-11-21 Matt S Trout more renaming and cleanup
2009-11-21 Matt S Trout add return so code doesn't explode after use
2009-11-11 Matt S Trout start of dispatch strategy docs
2009-11-11 Matt S Trout switched to Web::Simple::Dispatcher
2009-11-04 Matt S Trout default default_config method
2009-11-04 Matt S Trout perl bloggery.cgi / runs get request
2009-11-04 Matt S Trout I R RETARD. fix 500 errors
2009-10-22 Matt S Trout redispatch_to
2009-10-22 Matt S Trout first cut of Web-Simple