Perlbal::XS::HTTPHeaders man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

Perlbal::XS::HTTPHeadeUser)Contributed Perl DocumenPerlbal::XS::HTTPHeaders(3)

NAME
       Perlbal::XS::HTTPHeaders - Perlbal extension for processing HTTP
       headers.

SYNOPSIS
	 use HTTPHeaders;

	 my $hdr = Perlbal::XS::HTTPHeaders->new("GET / HTTP/1.0\r\nConnection: keep-alive\r\n\r\n");
	 if ($hdr->getMethod == M_GET()) {
	   print "GET: ", $hdr->getURI(), "\n";
	   print "Connection: ", $hdr->getHeader('Connection'), "\n";
	 }

DESCRIPTION
       This module is used to read HTTP headers from a string and to parse
       them into an internal storage format for easy access and modification.
       You can also ask the module to reconstitute the headers into one big
       string, useful if you're writing a proxy and need to read and write
       headers while maintaining the ability to modify individual parts of the
       whole.

       The goal is to be fast.	This is a lot faster than doing all of the
       text processing in Perl directly, and a lot of the flexibility of Perl
       is maintained by implementing the library in Perl and descending from
       Perlbal::HTTPHeaders.

   Exportable constants
	 H_REQUEST
	 H_RESPONSE
	 M_GET
	 M_POST
	 M_HEAD
	 M_OPTIONS
	 M_PUT
	 M_DELETE

KNOWN BUGS
       There are no known bugs at this time.  Please report any you find!

SEE ALSO
       Perlbal, and by extension this module, can be discussed by joining the
       Perlbal mailing list on http://lists.danga.com/.

       Please see the original HTTPHeaders module implemented entirely in Perl
       in the Perlbal source tree available at http://cvs.danga.com/ in the
       wcmtools repository perlbal/lib/Perlbal/ directory.

AUTHOR
       Mark Smith, <junior@danga.com>

COPYRIGHT AND LICENSE
       Copyright (C) 2004 by Danga Interactive, Inc.

       Copyright (C) 2005 by Six Apart, Ltd.

       This library is free software; you can redistribute it and/or modify it
       under the same terms as Perl itself, either Perl version 5.8.4 or, at
       your option, any later version of Perl 5 you may have available.

perl v5.14.1			  2010-01-15	   Perlbal::XS::HTTPHeaders(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net