Package:
Summary:
Continuous integration framework
Groups:
Author:
Description:
This package is a continuous integration framework.
It can run continuous integration loops to verify the result of a build of a Web site.
It can produce an extensive HTML report about the results of the continuous integration loop.
Package:
Summary:
Parse and compose URL from its parts
Groups:
Author:
Description:
This class can be used to parse and compose URL from its parts.
It can parse an URL and split its component values that are stored as entries of an array class variable.
The class can also build an URL by individually defining the values of its components like thr URL scheme,
mpUrlInfo is a implementation of PHP classes (mpUrlInterface and mpUrlInfo) which are usable to represent a URL.
It provides a object oriented interface to build URLs or to get detailed informations from existing URLs.
Package:
Summary:
Send HTTP requests to Web servers
Groups:
Author:
Description:
This class can be used to send HTTP requests to Web servers.
It can establish a TCP socket connection to a given Web server and send HTTP GET or POST requests. It supports sending cookies and custom POST request body data.
The class can retrieve the response and parse it to extract the response body data and any cookies sent by the server.
Package:
Summary:
Send HTTP requests to Web servers
Groups:
Author:
Description:
This class can be used to send HTTP requests to Web servers.
Http client using fsock open direct header stream to server and read response. Cookies, session , Get, post, http status suported.