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

Search results for "dist:HTTP-Promise HTTP::Status"

HTTP::Promise::Status - HTTP Status Codes & Locale Equivalents River stage one • 1 direct dependent • 2 total dependents

This module allows the access of http constants similar to mod_perl and using their numeric value, and also allows to get the localised version of the http status for a given code for currently supported languages: fr_FR (French), en_GB (British Engl...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC

HTTP::Promise - Asynchronous HTTP Request and Promise River stage one • 1 direct dependent • 2 total dependents

HTTP::Promise provides with a fast and powerful yet memory-friendly API to make true asynchronous HTTP requests using fork with Promise::Me. It is based on the design of HTTP::Message, but with a much cleaner interface to make requests and manage HTT...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC

HTTP::Promise::Pool - HTTP Connections Cache River stage one • 1 direct dependent • 2 total dependents

This modules managed a cache of HTTP connections....

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC

HTTP::Promise::Body - HTTP Message Body Class River stage one • 1 direct dependent • 2 total dependents

This class represents an entity body. Here is how it fits in overall relation with other classes. +-------------------------+ +--------------------------+ | | | | | HTTP::Promise::Request | | HTTP::Promise::Response | | | | | +------------|----------...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC

HTTP::Promise::IO - I/O Handling Class for HTTP::Promise River stage one • 1 direct dependent • 2 total dependents

This class implements a filehandle reader and writer with a twist. First off, it does not rely on lines, since data stream or in general data from HTTP requests and responses do not necessarily always contain lines. Binary data are sent without neces...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC

HTTP::Promise::Entity - HTTP Entity Class River stage one • 1 direct dependent • 2 total dependents

This class represents an HTTP entity, which is an object class containing an headers object and a body object. It is agnostic to the type of HTTP message (request or response) it is associated with and can be used recurrently, such as to represent a ...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC

HTTP::Promise::Exception - HTTP Exception River stage one • 1 direct dependent • 2 total dependents

This class inherits all its methods from Module::Generic::Exception...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC

HTTP::Promise::Parser - Fast HTTP Request & Response Parser River stage one • 1 direct dependent • 2 total dependents

This is an http request and response parser using XS modules whenever posible for speed and mindful of memory consumption. As rfc7230 states in its section 3 <https://tools.ietf.org/html/rfc7230#section-3>: "The normal procedure for parsing an HTTP m...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC

HTTP::Promise::Request - HTTP Request Class River stage one • 1 direct dependent • 2 total dependents

HTTP::Promise::Request implements a similar interface to HTTP::Request, but does not inherit from it. It uses a different API internally and relies on XS modules for speed while offering more features. HTTP::Promise::Request inherits from HTTP::Promi...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC

HTTP::Promise::Message - HTTP Message Class River stage one • 1 direct dependent • 2 total dependents

This class represents an HTTP message, and implements methods that are common to either a request or a response. This class is inherited by HTTP::Promise::Request and HTTP::Promise::Response. It difffers from HTTP::Promise::Entity in that HTTP::Promi...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC

HTTP::Promise::Headers - HTTP Headers Class River stage one • 1 direct dependent • 2 total dependents

This class uses for the most part an XS module (HTTP::XSHeaders) to be very fast, and yet provides a convenient and versatile interface to retrieve and manipulate HTTP headers. A number of classes has been created to have a more granular control on t...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC

HTTP::Promise::Response - HTTP Response Class River stage one • 1 direct dependent • 2 total dependents

HTTP::Promise::Response implements a similar interface to HTTP::Response, but does not inherit from it. It uses a different API internally and relies on XS modules for speed while offering more features. HTTP::Promise::Response inherits from HTTP::Pr...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC

HTTP::Promise::Body::File - HTTP Message Body File Class River stage one • 1 direct dependent • 2 total dependents

This class represents an entity body as a file. This class inherits from HTTP::Promise::Body and Module::Generic::File...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC

HTTP::Promise::MIME - MIME Types and File Extension Class River stage one • 1 direct dependent • 2 total dependents

HTTP::Promise::MIME is a class to find out the mime type of a file or its suffix a.k.a. extension based on its mime type. The database of mime types is stored internally, so there is no dependence on outside file. You can, however, specify an optiona...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC

HTTP::Promise::Body::Scalar - HTTP Message Body Scalar Class River stage one • 1 direct dependent • 2 total dependents

This class represents an entity body as a scalar. This class inherits from HTTP::Promise::Body and Module::Generic::Scalar...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC

HTTP::Promise::Stream - Data Stream Encoding and Decoding River stage one • 1 direct dependent • 2 total dependents

HTTP::Promise::Stream serves to set a stream of data tha that optionally may need to be encoding or decoding, and read or write data from or to it that may also need to be compressed or decompressed. Once those versatile parameters are set, one can u...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC

HTTP::Promise::Headers::Generic - Generic HTTP Header Class River stage one • 1 direct dependent • 2 total dependents

This is a generic module to be inherited by HTTP header modules. See for example: HTTP::Promise::Headers::AcceptEncoding, HTTP::Promise::Headers::AcceptLanguage, HTTP::Promise::Headers::Accept, HTTP::Promise::Headers::AltSvc, HTTP::Promise::Headers::...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC

HTTP::Promise::Body::Form::Field - HTTP Form Field Class River stage one • 1 direct dependent • 2 total dependents

This class represents a form field. This is used primarily in conjonction with HTTP::Promise::Body::Form::Data...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC

HTTP::Promise::Headers::TE - TE Header Field River stage one • 1 direct dependent • 2 total dependents

This class inherits all its features from HTTP::Promise::Headers::Accept The following description is taken from Mozilla documentation. Example: TE: deflate TE: gzip TE: trailers # Multiple directives, weighted with the quality value syntax: TE: trai...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC

HTTP::Promise::Body::Form - x-www-form-urlencoded Data Class River stage one • 1 direct dependent • 2 total dependents

This class represents "x-www-form-urlencoded" HTTP body. It inherits from Module::Generic::Hash This is different from a "multipart/form-data". For this, please check the module HTTP::Promise::Body::Form::Data...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC
46 results (0.036 seconds)