Main Menu
PHP Tools
PHP Help Request
PHP Editors Newsletter
Editor Search
Reviewed PHP Editors
Latest News
Submit News
PHP Tutorials
PHP Book Reviews
Online Book Chapters
PHP Games
Forums
PHP Desktop Editors
Other PHP Tools
PHP Contests
PHP Programming Help
Linux Help
Apache Help
MySQL Help
PHP Games
PHP Jobs
PHP Forums Home
Programming Contest
PHP Contests
PHP Contests Archive
Documentation
PHP Manual
PEAR Manual
PHP-GTK Manual
Smarty Manual
PostgreSQL Manual
CSS 2 Reference
Redhat Linux 9
HTML 4.01
Apache 2 Manual
Partner Sites
Ajax Tutorials
Webmaster Resources
Web Templates
PHP Scripts
PHP Code Examples
Learn PHP playing Trivia
PHP & MySQL Forums
Web Development Index
web site templates
Sponsors
NuSphere
HTTP_Client
PEAR Manual
Prev
Chapter 42. HTTP
Next
HTTP_Client
Table of Contents
Class Summary
HTTP_Client
-- A simple HTTP client class.
constructor HTTP_Client::HTTP_Client()
-- Constructor
HTTP_Client::attach()
-- Adds a
Listener
to the list of listeners that are notified of the object's events
HTTP_Client::currentResponse()
-- Returns the most recent HTTP response
HTTP_Client::detach()
-- Removes a
Listener
from the list of listeners
HTTP_Client::get()
-- Sends a 'GET' HTTP request
HTTP_Client::head()
-- Sends a 'HEAD' HTTP request
HTTP_Client::post()
-- Sends a 'POST' HTTP request
HTTP_Client::reset()
-- Clears object's internal properties
HTTP_Client::setDefaultHeader()
-- Sets default header(s) for HTTP requests
HTTP_Client::setMaxRedirects()
-- Sets the maximum number of redirects that will be processed.
HTTP_Client::setRequestParameter()
-- Sets parameter(s) for HTTP requests
Class Summary
HTTP_Client_CookieManager
-- Stores cookies and passes them between HTTP requests.
constructor HTTP_Client_CookieManager::HTTP_Client_CookieManager()
-- Constructor
HTTP_Client_CookieManager::addCookie()
-- Explicitly adds cookie to the list
HTTP_Client_CookieManager::passCookies()
-- Adds cookies to the request
HTTP_Client_CookieManager::reset()
-- Clears the cookies list
HTTP_Client_CookieManager::updateCookies()
-- Updates cookie list from HTTP server response
Prev
Home
Next
HTTP::redirect
Up
Class Summary
HTTP_Client
© Copyright 2003-2023 www.php-editors.com. The ultimate
PHP Editor
and
PHP IDE
site.