The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:Protocol-HTTP HTTP::Request"

Protocol::HTTP::Request - HTTP request class River stage one • 5 direct dependents • 5 total dependents

This class represents client HTTP request, which is specialization of Protocol::HTTP::Message. An instance of the class can be constructed either direcly via "new" method to send a new request (clients), or via parsing incoming request with Protocol:...

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

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

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

Protocol::HTTP::RequestParser - HTTP request parser River stage one • 5 direct dependents • 5 total dependents

This class represents client HTTP request parser. Parser is incremental so that you don't need to pass the whole http packet at once. Parser is an FSM so it's really fast....

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

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

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

Protocol::HTTP::Message - base class for HTTP request and response River stage one • 5 direct dependents • 5 total dependents

This class is base class for Protocol::HTTP::Request and Protocol::HTTP::Response designed to share common code between them. It is an abstract class and cannot be constructed directly. A message with payload can be serialized and send to network two...

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

Protocol::HTTP - very fast HTTP protocol incremental parser and serializer River stage one • 5 direct dependents • 5 total dependents

The "Protocol::HTTP" is a port of "panda::protocol::http" library, an RFC-compiant very fast HTTP protocol implementation, written in C++ with XS-adapters in perl. The module has dual Perl/C++ interface (see XS::Manifesto) so futher XS-bindings can b...

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

Protocol::HTTP::Error - HTTP parser error constants River stage one • 5 direct dependents • 5 total dependents

Constants provided by this package are returned by parsers to signal about http protocol errors. All errors are XS::STL::ErrorCode objects and are of category "Protocol::HTTP::error_category". Protocol::HTTP::Error::body_too_large->category() == Prot...

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

Protocol::HTTP::Response - HTTP response class River stage one • 5 direct dependents • 5 total dependents

This class represents client HTTP response, which is specialization of Protocol::HTTP::Message. An instance of the class can be constructed either direcly via "new" method to send a new response (server-side), or via parsing incoming request with Pro...

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

Protocol::HTTP::CookieJar - Cookie jar for HTTP user agents River stage one • 5 direct dependents • 5 total dependents

This is simple CookieJar, implemented in accordance with RFC 6265 <http://tools.ietf.org/html/rfc6265>. and Same Site Cookies draft <https://tools.ietf.org/html/draft-ietf-httpbis-cookie-same-site-00>. The user agents can use the Protocol::HTTP::Cook...

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

Protocol::HTTP::Compression - HTTP parser compression constants River stage one • 5 direct dependents • 5 total dependents

Contains constants for compression methods and levels....

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

Protocol::HTTP::ResponseParser - HTTP response parser River stage one • 5 direct dependents • 5 total dependents

This class represents client HTTP request parser. Parser is incremental so that you don't need to pass the whole http packet at once. Parser is an FSM so it's really fast. The context request should be set to help parser on validation, for example if...

SYBER/Protocol-HTTP-1.1.5 - 26 Nov 2021 14:51:28 UTC
11 results (0.044 seconds)