PHP HTTP
PHP scripts about HTTP protocol clients, headers and cookies-
HTTP Headers Utility is based on HTTP::Headers::Util. This class provides a few functions useful for parsing and constructing valid HTTP header values.
-
Clean URL is a class that implements a method to make URLs more user and search engine friendly by removing '?' and '=' symbols from URL.This class is meant to be used in conjunction with URL rewriting Web server modules that map the cleaned URLs generated by this class into common URLs with query parameters.
-
Advanced HTTP Client is a http client class.Advanced HTTP Client supports:- HTTP Proxy with Basic Authenticationmultipart/form-data AND application/x-www-form-urlencoded- GET, HEAD and POST methods- HTTP cookies- Chunked Transfer-Encoding- HTTP 1.0 and 1.1 protocols- Keep-Alive Connections- Basic WWW-Authentication
-
SubmitForce is a HTTP based URL submission class.It can submit URLs of pages that you want to be listed by search engine sites using GET or POST methods of form submission.New engines can be added to the engines.dat configuration file.
-
WebDAV client implements a WebDAV protocol client that is nearly conformant to RFC 2518 to modify resources on a HTTP server.It supports operations GET, PUT, MOVE, COPY, etc., either using HTTP/1.0 and HTTP/1.1.
-
HTTP Request class can be used to send HTTP requests to remote Web servers from Javascript code in Web pages without the need to reload such pages.The class generates the necessary Javascript for performing the HTTP requests and handle the returned XML responses. It uses same technology behind Gmail and many other sites, that is also known as AJAX.
-
php unit for performing HTTP GET and POST requests. Easy to use, brief documentation included.

