This Class is a Base class for exception classes created by HTTP::Exception. It inherits from Exception::Class::Base. Please refer to the Documentation of Exception::Class::Base for methods and accessors a HTTP::Exception inherits. You won't use this...
TMUELLER/HTTP-Exception-0.04007 - 18 Jul 2018 20:52:27 GMTEvery HTTP::Exception is a Exception::Class - Class. So the same mechanisms apply as with Exception::Class-classes. In fact have a look at Exception::Class' docs for more general information on exceptions and Exception::Class::Base for information on...
TMUELLER/HTTP-Exception-0.04007 - 18 Jul 2018 20:52:27 GMTAn "HTTP::Message" object contains some headers and a content body. The following methods are available: $mess = HTTP::Message->new $mess = HTTP::Message->new( $headers ) $mess = HTTP::Message->new( $headers, $content ) This constructs a new message ...
OALDERS/HTTP-Message-6.18 - 05 Jun 2018 16:30:29 GMTThis module provides validation of HTTP request parameters against a set of clearly defined rules. It is designed to work with Dancer, Mojolicious, Catalyst, and similar web application frameworks, both for interactive apps and for data services. It ...
MMCCLENN/HTTP-Validate-0.982 - 19 Dec 2018 23:34:24 GMTThis module provides an interface for testing websites and PSGI based apps with a Test2 style comparisons interface. You can specify a PSGI app with a URL and responses from that URL will automatically be routed to that app, without having to actuall...
PLICEASE/Test2-Tools-HTTP-0.09 - 16 May 2019 02:41:17 GMTPOEx::HTTP::Server is a clean POE implementation of an HTTP server. It uses POEx::URI to simplify event specification. It allows limiting connection concurrency and implements HTTP 1.1 keep-alive. It has built-in compatibility with POE::Component::Da...
GWYN/POEx-HTTP-Server-0.0902 - 03 Sep 2013 18:56:14 GMTEin Objekt dieser Klasse repräsentiert eine HTTP-Nachricht. Eine HTTP-Nachricht besteht aus einer oder mehreren Kopfzeilen (Header) und einem optionalen Rumpf (Body). Kopfzeilen und Rumpf werden von der Klasse als Attribute implementiert, die durch M...
FSEITZ/Quiq-1.167 - 08 Dec 2019 17:40:30 GMTThis is an extension of the HTTP::Request suite. It allows easy processing of forms in a user agent by filling out fields, querying fields, selections and buttons and pressing buttons. It uses HTML::TreeBuilder generated parse trees of documents (esp...
GBAUER/HTTP-Request-Form-0.952 - 03 Dec 2001 18:37:44 GMTThis Class Creates all HTTP::Exception subclasses. DON'T USE THIS PACKAGE DIRECTLY. 'use HTTP::Exception' does this for you. This Package does its job as soon as you call 'use HTTP::Exception'. Please refer to the Documentation of "NAMING SCHEME" in ...
TMUELLER/HTTP-Exception-0.04007 - 18 Jul 2018 20:52:27 GMTThis package is the base class for all 3XX (redirect) Exceptions. This makes adding features for a range of exceptions easier. DON'T USE THIS PACKAGE DIRECTLY. 'use HTTP::Exception' does this for you....
TMUELLER/HTTP-Exception-0.04007 - 18 Jul 2018 20:52:27 GMTThis package is the base class for all 1XX (info) Exceptions. This makes adding features for a range of exceptions easier. DON'T USE THIS PACKAGE DIRECTLY. 'use HTTP::Exception' does this for you....
TMUELLER/HTTP-Exception-0.04007 - 18 Jul 2018 20:52:27 GMTThis package is the base class for all 4XX (client error) Exceptions. This makes adding features for a range of exceptions easier. DON'T USE THIS PACKAGE DIRECTLY. 'use HTTP::Exception' does this for you....
TMUELLER/HTTP-Exception-0.04007 - 18 Jul 2018 20:52:27 GMTThis package is the base class for all 5XX (server error) Exceptions. This makes adding features for a range of exceptions easier. DON'T USE THIS PACKAGE DIRECTLY. 'use HTTP::Exception' does this for you....
TMUELLER/HTTP-Exception-0.04007 - 18 Jul 2018 20:52:27 GMTThis package is the base class for all 2XX (success) Exceptions. This makes adding features for a range of exceptions easier. DON'T USE THIS PACKAGE DIRECTLY. 'use HTTP::Exception' does this for you....
TMUELLER/HTTP-Exception-0.04007 - 18 Jul 2018 20:52:27 GMTThis is the base class for user agent wrappers used by Test2::Tools::HTTP. The idea is to allow the latter to work with multiple user agent classes without having to change the way your ".t" file interacts with Test2::Tools::HTTP. By default Test2::T...
PLICEASE/Test2-Tools-HTTP-0.09 - 16 May 2019 02:41:17 GMTHTTP::WebTest plugin classes can inherit from this class. It provides some useful helper methods....
ILYAM/HTTP-WebTest-2.04 - 05 Sep 2003 20:27:38 GMTSIMEON/HTTP-OAIPMH-Validator-1.06 - 28 Nov 2017 18:48:34 GMT
This module provides helper routines used by HTTP::WebTest self test suite. Plugin writers may find this module useful for implementation of test suites for their plugins....
ILYAM/HTTP-WebTest-2.04 - 05 Sep 2003 20:27:38 GMTRJBS/HTTP-Throwable-0.026 - 08 Jan 2016 04:04:40 GMT