libhttp-message-perl

Rating: 
0
No votes yet

perl interface to HTTP style messages
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 of this class are usually created as member variables of the
HTTP::Request and HTTP::Response classes, internal to the library.

Application versions: 
AttachmentSizeDate
File libhttp-message-perl_6.03-1_all.deb77.24 KB05/08/2013 - 13:48
Changelog: 

libhttp-message-perl (6.03-1) unstable; urgency=low

* Team upload

[ Nicholas Bamber ]
* New upstream release 6.02

[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.

[ Salvatore Bonaccorso ]
* debian/copyright: Replace DEP5 Format-Specification URL from
svn.debian.org to anonscm.debian.org URL.

[ Alessandro Ghedini ]
* New upstream release
- Support 'bzip2' as alternative to Content-Encoding: x-bzip2
(Closes: #553345)
* Do not install README anymore (not much useful)
* Bump debhelper compat level to 8
* One sorted dep per line
* Bump Standards-Version to 3.9.2 (no changes needed)

[ gregor herrmann ]
* Update (build-)dependency on IO::Compress::Bzip2/Bunzip2.