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

Search results for "module:HTTP::Message"

HTTP::Message - HTTP style message (base class) River stage four • 1358 direct dependents • 8529 total dependents

An "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.45 - 27 Sep 2023 14:31:38 UTC

HTTP::Message::JSON - a very simple superclass for JSON HTTP messages River stage one • 2 direct dependents • 2 total dependents

This is a very simple superclass used by HTTP::Request::JSON and HTTP::Response::JSON. It overrides the default behaviour of the HTTP::Headers method content_is_text. content_is_text Returns TRUE if this is a message with content type application/jso...

SKINGTON/LWP-JSON-Tiny-0.014 - 11 May 2018 18:29:32 UTC

HTTP::Message::PSGI - Converts HTTP::Request and HTTP::Response from/to PSGI env and response River stage four • 760 direct dependents • 1891 total dependents

HTTP::Message::PSGI gives you convenient methods to convert an HTTP::Request object to a PSGI env hash and convert a PSGI response arrayref to a HTTP::Response object. If you want the other way around, see Plack::Request and Plack::Response....

MIYAGAWA/Plack-1.0051 - 05 Jan 2024 23:11:02 UTC

Quiq::Http::Message - HTTP-Nachricht River stage zero No dependents

Ein 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.215 - 28 Mar 2024 21:53:27 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

AnyEvent::HTTP::Message - Lightweight objects for AnyEvent::HTTP Request/Response River stage one • 2 direct dependents • 4 total dependents

This is a base class for: * AnyEvent::HTTP::Request * AnyEvent::HTTP::Response...

RWSTAUNER/AnyEvent-HTTP-Message-0.302 - 13 Jun 2013 03:07:21 UTC

SPVM::HTTP::Tiny::Message - Base class of HTTP Request/Response River stage zero No dependents

The HTTP::Tiny::Message class of SPVM has methods to manipulate HTTP message. This class is an abstract class for child classes....

KIMOTO/SPVM-HTTP-Tiny-0.001 - 23 Feb 2024 08:53:30 UTC

HTTP::Lint - Check HTTP messages and transactions for protocol violations River stage zero No dependents

HTTP::Lint checks for protocol violation and suspicious or ambigious stuff in HTTP messages and transactions. It produces errors and warning, loosely corresponsing to MUST and SHOULD clauses in RFC2616 (HTTP/1.1 specification)....

LKUNDRAK/HTTP-Lint-1.1 - 14 Jul 2011 08:04:53 UTC

SPVM::HTTP::Minimal::Message - Base class of HTTP Request/Response River stage zero No dependents

The HTTP::Minimal::Message class of SPVM has methods to manipulate HTTP message....

KIMOTO/SPVM-HTTP-Minimal-0.003 - 23 Feb 2024 06:39:12 UTC

HTTP::Status - HTTP Status code processing River stage four • 1358 direct dependents • 8529 total dependents

*HTTP::Status* is a library of routines for defining and classifying HTTP status codes for libwww-perl. Status codes are used to encode the overall outcome of an HTTP response message. Codes correspond to those defined in RFC 2616 and RFC 2518....

OALDERS/HTTP-Message-6.45 - 27 Sep 2023 14:31:38 UTC

HTTP::Config - Configuration for request and response objects River stage four • 1358 direct dependents • 8529 total dependents

An "HTTP::Config" object is a list of entries that can be matched against request or request/response pairs. Its purpose is to hold configuration data that can be looked up given a request or response object. Each configuration entry is a hash. Some ...

OALDERS/HTTP-Message-6.45 - 27 Sep 2023 14:31:38 UTC

HTTP::Request - HTTP style request message River stage four • 1358 direct dependents • 8529 total dependents

"HTTP::Request" is a class encapsulating HTTP style requests, consisting of a request line, some headers, and a content body. Note that the LWP library uses HTTP style requests even for non-HTTP protocols. Instances of this class are usually passed t...

OALDERS/HTTP-Message-6.45 - 27 Sep 2023 14:31:38 UTC

HTTP::Headers - Class encapsulating HTTP Message headers River stage four • 1358 direct dependents • 8529 total dependents

The "HTTP::Headers" class encapsulates HTTP-style message headers. The headers consist of attribute-value pairs also called fields, which may be repeated, and which are printed in a particular order. The field names are cases insensitive. Instances o...

OALDERS/HTTP-Message-6.45 - 27 Sep 2023 14:31:38 UTC

HTTP::Response - HTTP style response message River stage four • 1358 direct dependents • 8529 total dependents

The "HTTP::Response" class encapsulates HTTP style responses. A response consists of a response line, some headers, and a content body. Note that the LWP library uses HTTP style responses even for non-HTTP protocol schemes. Instances of this class ar...

OALDERS/HTTP-Message-6.45 - 27 Sep 2023 14:31:38 UTC

lib/Protocol/HTTP/Message.pm River stage one • 5 direct dependents • 5 total dependents

SYBER/Protocol-HTTP-1.1.5 - 26 Nov 2021 14:51:28 UTC

HTTP::Headers::Util - Header value parsing utility functions River stage four • 1358 direct dependents • 8529 total dependents

This module provides a few functions that helps parsing and construction of valid HTTP header values. None of the functions are exported by default. The following functions are available: split_header_words( @header_values ) This function will parse ...

OALDERS/HTTP-Message-6.45 - 27 Sep 2023 14:31:38 UTC

HTTP::Headers::ETag River stage four • 1358 direct dependents • 8529 total dependents

OALDERS/HTTP-Message-6.45 - 27 Sep 2023 14:31:38 UTC

HTTP::Headers::Auth River stage four • 1358 direct dependents • 8529 total dependents

OALDERS/HTTP-Message-6.45 - 27 Sep 2023 14:31:38 UTC

SPVM::HTTP::Tiny::Message::Request - HTTP Request River stage zero No dependents

The HTTP::Tiny::Message::Request class of SPVM has methods to manipulate HTTP requests. This class is a private class....

KIMOTO/SPVM-HTTP-Tiny-0.001 - 23 Feb 2024 08:53:30 UTC

HTTP::Request::Common - Construct common HTTP::Request objects River stage four • 1358 direct dependents • 8529 total dependents

This module provides functions that return newly created "HTTP::Request" objects. These functions are usually more convenient to use than the standard "HTTP::Request" constructor for the most common requests. Note that LWP::UserAgent has several conv...

OALDERS/HTTP-Message-6.45 - 27 Sep 2023 14:31:38 UTC
195 results (0.054 seconds)