HTTP::Message - HTTP style message (base class)
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.36 - 05 Jan 2022 14:48:46 UTC
HTTP::Message::JSON - a very simple superclass for JSON HTTP messages
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
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.0048 - 30 Nov 2020 00:21:36 UTC
Quiq::Http::Message - HTTP-Nachricht
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.202 - 05 May 2022 20:46:54 UTC
AnyEvent::HTTP::Message - Lightweight objects for AnyEvent::HTTP Request/Response
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
HTTP::Lint - Check HTTP messages and transactions for protocol violations
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
HTTP::Config - Configuration for request and response objects
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.36 - 05 Jan 2022 14:48:46 UTC
HTTP::Status - HTTP Status code processing
*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.36 - 05 Jan 2022 14:48:46 UTC
HTTP::Request - HTTP style request message
"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.36 - 05 Jan 2022 14:48:46 UTC
HTTP::Headers - Class encapsulating HTTP Message headers
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.36 - 05 Jan 2022 14:48:46 UTC
HTTP::Response - HTTP style response message
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.36 - 05 Jan 2022 14:48:46 UTC
HTTP::Headers::Util - Header value parsing utility functions
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.36 - 05 Jan 2022 14:48:46 UTC
HTTP::Request::Common - Construct common HTTP::Request objects
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.36 - 05 Jan 2022 14:48:46 UTC
HTTP::MessageParser - Parse HTTP Messages
Parse HTTP/1.0 and HTTP/1.1 Messages....
CHANSEN/HTTP-MessageParser-0.3 - 04 Apr 2006 01:26:48 UTC
AnyEvent::HTTP::Request - HTTP Request object for AnyEvent::HTTP
This class creates a lightweight object to represent an HTTP request as used by AnyEvent::HTTP. It was created to provide simple, clear test code for parsing the parameters passed to "http_request" in AnyEvent::HTTP. Instead of code that looks someth...
RWSTAUNER/AnyEvent-HTTP-Message-0.302 - 13 Jun 2013 03:07:21 UTC
AnyEvent::HTTP::Response - HTTP Response object for AnyEvent::HTTP
This object represents an HTTP response from AnyEvent::HTTP. This is a companion class to AnyEvent::HTTP::Request. It parses the arguments passed to the final callback in "http_request" in AnyEvent::HTTP (or produces the arguments that should be pass...
RWSTAUNER/AnyEvent-HTTP-Message-0.302 - 13 Jun 2013 03:07:21 UTC
Alice::HTTP::WebSocket - Support WebSocket implementation
Alice::HTTP::WebSocket provides WebSocket implementation through $env->{'websocket.impl'}. Currently implements draft-ietf-hybi-thewebsocketprotocol-00 <http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-00>....
LEEDO/Alice-0.20 - 30 Nov 2011 07:27:05 UTC