HTTP::Body parses chunks of HTTP POST data and supports application/octet-stream, application/json, application/x-www-form-urlencoded, and multipart/form-data. Chunked bodies are supported by not passing a length value to new(). It is currently used ...
GETTY/HTTP-Body-1.22 - 29 Jan 2015 03:53:01 UTCAdds functionality to HTTP::Body for retaining order information from the parsed http body....
FRODWITH/HTTP-Body-Pairs-0.3 - 26 Mar 2010 00:54:24 UTCHTTP Body XForms Parser. This module parses single part XForms submissions, which are identifiable by the content-type application/xml. The XML is stored unparsed on the parameter XForms:Model....
GETTY/HTTP-Body-1.22 - 29 Jan 2015 03:53:01 UTCHTTP::Body::Builder is a module set for building HTTP body. See following modules. HTTP::Body::Builder::MultiPart HTTP::Body::Builder::UrlEncoded...
TOKUHIROM/HTTP-Body-Builder-0.04 - 21 Aug 2015 04:23:32 UTCHTTP Body Multipart Parser....
GETTY/HTTP-Body-1.22 - 29 Jan 2015 03:53:01 UTCHTTP Body UrlEncoded Parser....
GETTY/HTTP-Body-1.22 - 29 Jan 2015 03:53:01 UTCHTTP Body OctetStream Parser....
GETTY/HTTP-Body-1.22 - 29 Jan 2015 03:53:01 UTCHTTP Body XForms submission Parser. Inherits HTTP::Body::MultiPart. This body type is used to parse XForms submission. In this case, the XML part that contains the model is indicated by the start attribute in the content-type. The XML content is stor...
GETTY/HTTP-Body-1.22 - 29 Jan 2015 03:53:01 UTCWith this module, you can switch "HTTP::Body::MultiPart::handler" to your version. Then you can decide how to deal with the user uploads, such as tracking uploading progress, droping malform or too large files in time, etc....
CINDY/HTTP-Body-MultiPart-Extend-0.01 - 27 Jun 2010 07:58:44 UTCTOKUHIROM/HTTP-Body-Builder-0.04 - 21 Aug 2015 04:23:32 UTC
TOKUHIROM/HTTP-Body-Builder-0.04 - 21 Aug 2015 04:23:32 UTC
The HTTP::Proxy::BodyFilter class is used to create filters for HTTP request/response body data. Creating a BodyFilter A BodyFilter is just a derived class that implements some methods called by the proxy. Of all the methods presented below, only "fi...
BOOK/HTTP-Proxy-0.304 - 16 Jun 2015 00:49:14 UTCThe HTTP::Proxy::BodyFilter::tags filter makes sure that the next filter in the filter chain will only receive complete tags....
BOOK/HTTP-Proxy-0.304 - 16 Jun 2015 00:49:14 UTCThe HTTP::Proxy::BodyFilter::save filter can save HTTP messages (responses or request) bodies to files. The name of the file is determined by a template and the URI of the request. Simply insert this filter in a filter stack, and it will save the dat...
BOOK/HTTP-Proxy-0.304 - 16 Jun 2015 00:49:14 UTCRJBS/HTTP-Throwable-0.027 - 27 Jan 2020 00:04:35 UTC
The HTTP::Proxy::BodyFilter::lines filter makes sure that the next filter in the filter chain will only receive complete lines. The "chunks" of data received by the following filters with either end with "\n" or will be the last piece of data for the...
BOOK/HTTP-Proxy-0.304 - 16 Jun 2015 00:49:14 UTC"HTTP::Proxy::BodyFilter::Adnix" filter module is based on "HTTP::Proxy::BodyFilter" class that is part of "HTTP::Proxy" distribution. This filter tries to detect advertising images into your HTTP requests, and it replaces them with an image of your ...
COSIMO/HTTP-Proxy-BodyFilter-Adnix-0.01 - 19 Jun 2004 09:51:25 UTCHTTP::Proxy::BodyFilter::simple can create BodyFilter without going through the hassle of creating a full-fledged class. Simply pass a code reference to the "filter()" method of your filter to the constructor, and you'll get the adequate filter. Cons...
BOOK/HTTP-Proxy-0.304 - 16 Jun 2015 00:49:14 UTCRJBS/HTTP-Throwable-0.027 - 27 Jan 2020 00:04:35 UTC
WOLFSAGE/HTTP-Throwable-JSONFactory-0.002 - 21 Sep 2016 16:16:39 UTC