OpenFrame::Request man page on Fedora

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

OpenFrame::Request(3) User Contributed Perl DocumentationOpenFrame::Request(3)

NAME
       OpenFrame::Request - An abstract request class

SYNOPSIS
	 use OpenFrame;
	 my $uri = URI->new("http://localhost/");
	 my $r = OpenFrame::Request->new();
	 $r->uri('http://www.example.com/');
	 $r->arguments({ colour => 'red' });
	 $r->cookies($cookies);
	 print "URI: " . $r->uri();
	 my $args = $r->arguments();
	 my $cookies = $r->cookies();

DESCRIPTION
       "OpenFrame::Request" represents requests inside OpenFrame. Requests
       represent some kind of request for information given a URI.

METHODS
   new()
       The new() method creates a new "OpenFrame::Request" object.

	 my $r = OpenFrame::Request->new();

   uri()
       This method gets and sets the URI.

	 print "URI: " . $r->uri();
	 $r->uri(URI->new("http://foo.com/"));

   cookies()
       This method gets and sets the "OpenFrame::Cookies" object associated
       with this request.

	 my $cookietin = $r->cookies();
	 $r->cookies($cookietin);

   arguments()
       This method gets and sets the argument hash reference associated with
       this request.

	 my $args = $r->arguments();
	 $r->arguments({colour => "blue"});

AUTHOR
       James Duncan <jduncan@fotango.com>

perl v5.14.1			  2004-08-05		 OpenFrame::Request(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