The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Test::WWW::Mechanize::PSGI"

Test::WWW::Mechanize::PSGI - Test PSGI programs using WWW::Mechanize River stage two • 37 direct dependents • 80 total dependents

PSGI is a specification to decouple web server environments from web application framework code. Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates features for web application testing. The Test::WWW::Mechanize::PSGI module meshes...

OALDERS/Test-WWW-Mechanize-PSGI-0.39 - 22 Mar 2019 13:18:45 UTC - Search in distribution

Furl::PSGI - Furl, but wired to a PSGI app River stage zero No dependents

Furl::PSGI is a subclass of Furl that requires a PSGI app and sends all requests through that app. This helps facilitate testing, where you can pass a Furl::PSGI rather than a Furl and handle any requests in the same process rather than go out over t...

MHOWARD/Furl-PSGI-0.03 - 01 May 2019 07:19:54 UTC - Search in distribution

perlimports - A command line utility for cleaning up imports in your Perl code River stage zero No dependents

This distribution provides the "perlimports" command line interface (CLI), which automates the cleanup and maintenance of Perl "use" and "require" statements. Loosely inspired by goimports <https://pkg.go.dev/golang.org/x/tools/cmd/goimports>, this t...

OALDERS/App-perlimports-0.000053 - 13 Jan 2024 20:19:02 UTC - Search in distribution

get.pl - Get a URL via command line without a running server River stage one • 2 direct dependents • 2 total dependents

Runs a request through your Poet application in a single process without actually requiring a running server. The request will use the same psgi.app and pass through all the same middleware, etc. Uses Test::WWW::Mechanize::PSGI. The url scheme and ho...

JSWARTZ/Poet-0.16 - 08 Jan 2015 06:48:58 UTC - Search in distribution

Jifty::Test - Jifty's test module River stage two • 33 direct dependents • 33 total dependents

Jifty::Test is a superset of Test::More. It provides all of Test::More's functionality in addition to the class methods defined below....

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC - Search in distribution

Dancer2::Manual - A gentle introduction to Dancer2 River stage three • 156 direct dependents • 176 total dependents

Dancer2 is a free and open source web application framework written in Perl. It's a complete rewrite of Dancer, based on Moo and using a more robust and extensible fully-OO design. It's designed to be powerful and flexible, but also easy to use - get...

CROMEDOME/Dancer2-1.1.0 - 12 Dec 2023 01:29:05 UTC - Search in distribution

PSGI::FAQ - Frequently Asked Questions and answers River stage one • 5 direct dependents • 9 total dependents

MIYAGAWA/PSGI-1.102 - 24 Jul 2013 20:13:37 UTC - Search in distribution

Catalyst::Manual::Intro - Introduction to Catalyst River stage two • 2 direct dependents • 11 total dependents

This is a brief introduction to Catalyst. It explains the most important features of how Catalyst works and shows how to get a simple application up and running quickly. For an introduction (without code) to Catalyst itself, and why you should be usi...

ETHER/Catalyst-Manual-5.9013 - 22 Mar 2024 21:01:26 UTC - Search in distribution

CGI::Application - Framework for building reusable web-applications River stage three • 118 direct dependents • 128 total dependents

It is intended that your Application Module will be implemented as a sub-class of CGI::Application. This is done simply as follows: package My::App; use base 'CGI::Application'; Notation and Conventions For the purpose of this document, we will refer...

MARTO/CGI-Application-4.61 - 02 Mar 2018 09:20:24 UTC - Search in distribution

Catalyst::Delta - Overview of changes between versions of Catalyst River stage three • 603 direct dependents • 677 total dependents

This is an overview of the user-visible changes to Catalyst between major Catalyst releases. VERSION 5.90105 This version primarily fixed a regression in the way we preserved $c->state which the previous version introduced. Now in the case when you f...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC - Search in distribution

POD2::RU::PSGI::FAQ - Часто задаваемые вопросы и ответы River stage zero No dependents

VTI/POD2-RU-PSGI-0.003 - 10 Aug 2014 11:02:27 UTC - Search in distribution

Plack::App::Prerender - a simple prerendering proxy for Plack River stage zero No dependents

This is a PSGI application that acts as a simple prerendering proxy for websites using Chrone. This only supports GET requests, as this is intended as a proxy for search engines that do not support AJAX-generated content....

RRWO/Plack-App-Prerender-v0.2.0 - 18 Oct 2020 11:14:39 UTC - Search in distribution

Plack::Test::Agent - OO interface for testing low-level Plack/PSGI apps River stage one • 2 direct dependents • 8 total dependents

OALDERS/Plack-Test-Agent-1.5 - 06 Oct 2020 00:55:12 UTC - Search in distribution

LWP::Protocol::PSGI - Override LWP's HTTP/HTTPS backend with your own PSGI application River stage two • 11 direct dependents • 15 total dependents

LWP::Protocol::PSGI is a module to hijack any code that uses LWP::UserAgent underneath such that any HTTP or HTTPS requests can be routed to your own PSGI application. Because it works with any code that uses LWP, you can override various WWW::*, Net...

MIYAGAWA/LWP-Protocol-PSGI-0.11 - 25 Oct 2019 00:56:57 UTC - Search in distribution

LWP::UserAgent::Patch::LogResponse - Log raw HTTP responses River stage one • 2 direct dependents • 2 total dependents

This module patches LWP::UserAgent (which is used by LWP::Simple, WWW::Mechanize, among others) so that HTTP responses are logged using Log::ger. Response body is logged in category "LWP_Response_Body.*" so it can be separated. For example, to dump r...

PERLANCAR/LWP-UserAgent-Patch-LogResponse-0.11 - 26 Jun 2017 05:08:48 UTC - Search in distribution

Acme::CPANModules::Import::PerlAdvent::2014 - Modules mentioned in Perl Advent Calendar 2014 River stage one • 1 direct dependent • 1 total dependent

Modules mentioned in Perl Advent Calendar 2014. This list is generated by extracting module names mentioned in [http://perladvent.org/2014/] (retrieved on 2016-11-06). Visit the URL for the full contents....

PERLANCAR/Acme-CPANModulesBundle-Import-PerlAdvent-2014-0.001 - 22 Sep 2018 01:16:27 UTC - Search in distribution

Test::WWW::Mechanize::Dancer - Wrapper to easily use Test::WWW::Mechanize with your Dancer apps River stage zero No dependents

This is a simple wrapper that lets you test your Dancer apps using Test::WWW::Mechanize....

WWOLF/Test-WWW-Mechanize-Dancer-0.0100 - 16 Feb 2014 22:56:10 UTC - Search in distribution

WWW::Mechanize::Chrome::Cookbook - Getting things done with WWW::Mechanize::Chrome River stage one • 3 direct dependents • 3 total dependents

CORION/WWW-Mechanize-Chrome-0.73 - 29 Mar 2024 21:27:26 UTC - Search in distribution

Acme::CPANModules::Import::PerlDancerAdvent::2014 - Modules mentioned in PerlDancer Advent Calendar 2014 River stage one • 1 direct dependent • 1 total dependent

Modules mentioned in PerlDancer Advent Calendar 2014. This list is generated by extracting module names mentioned in [http://advent.perldancer.org/2014/] (retrieved on 2016-11-18). Visit the URL for the full contents....

PERLANCAR/Acme-CPANModulesBundle-Import-PerlDancerAdvent-2014-0.001 - 22 Sep 2018 01:17:29 UTC - Search in distribution

Plack::Middleware::Test::StashWarnings - Test your application's warnings River stage zero No dependents

Plack::Middleware::Test::StashWarnings is a Plack middleware component to record warnings generated by your application so that you can test them to make sure your application complains about the right things. The warnings generated by your applicati...

ALEXMV/Plack-Middleware-Test-StashWarnings-0.08 - 16 May 2014 23:36:15 UTC - Search in distribution
20 results (0.082 seconds)