Ports Search

Results 5,4515,460 of 5,827 for /net-mgmt/.(0.007 seconds)
www/HTTP_Client-1.2.1 (Score: 0.0052506765)
PEAR classes for high level HTTP requests
The HTTP_Client class wraps around HTTP_Request and provides a higher level interface for performing multiple HTTP requests. Features: * Manages cookies and referrers between requests * Handles HTTP redirection * Has methods to set default headers and request parameters * Implements the Subject-Observer design pattern: the base class sends events to listeners that do the response processing.
www/HTTP_Download-1.1.4 (Score: 0.0052506765)
PEAR class to send HTTP downloads
Provides an interface to easily send hidden files or any arbitrary data to HTTP clients. HTTP_Download can gain its data from variables, files or stream resources. It features: - Basic caching capabilities - Basic throttling mechanism - On-the-fly gzip-compression - Ranges (partial downloads and resuming) - Delivery of on-the-fly generated archives through Archive_Tar and Archive_Zip - Sending of PgSQL LOBs without the need to read all data in prior to sending
www/HTTP_FloodControl-0.1.1 (Score: 0.0052506765)
PEAR classes to detect and protect from attempts to flood a site
The HTTP_FloodControl package can be used to detect and protect a Web site from attempts to flood it with too many requests. It also allows to protect the site from automatic downloading many pages or files from the same IP address, session ID or other unique identifier. The detection of flood is determine according to a set of parameters indicating the maximal allowed number of requests for the certain time interval. It is possible to set several parameters at once in order to perform more effective protection. The package uses various storage containers (regular files, DB, MDB, MDB2) to handle counter logs.
www/HTTP_Header-1.2.1 (Score: 0.0052506765)
PEAR OO interface to modify and handle HTTP headers and status codes
This class provides methods to set/modify HTTP headers and status codes including an HTTP caching facility. It also provides methods for checking Status types.
www/HTTP_Request-1.4.4 (Score: 0.0052506765)
PEAR classes providing an easy way to perform HTTP requests
Supports GET/POST/HEAD/TRACE/PUT/DELETE, Basic authentication, Proxy, Proxy Authentication, SSL, file uploads etc.
www/HTTP_Request2-2.3.0 (Score: 0.0052506765)
PEAR classes providing an easy way to perform HTTP requests
PHP5 rewrite of HTTP_Request package. Provides cleaner API and pluggable Adapters. Currently available are: * Socket adapter, based on old HTTP_Request code, * Curl adapter, wraps around PHP's cURL extension, * Mock adapter, to use for testing packages dependent on HTTP_Request2. Supports POST requests with data and file uploads, authentication, cookies, proxies, gzip and deflate encodings, monitoring the request progress with Observers.
www/HTTP_Server-0.4.1 (Score: 0.0052506765)
HTTP server class
HTTP server class that allows you to easily implement HTTP servers by supplying callbacks. The base class will parse the request, call the appropriate callback and build a repsonse based on an array that the callbacks have to return.
www/HTTP_Session2-0.7.3 (Score: 0.0052506765)
PHP5 Session Handler
PHP5 Object-oriented interface to the session_* family functions it provides extra features such as database storage for session data using DB/MDB2 packages.
www/HTTP_Upload-0.9.1 (Score: 0.0052506765)
Easy and secure management of files submitted via HTML Forms
This class provides an advanced file uploader system for file uploads made from html forms. Features: * Can handle from one file to multiple files. * Safe file copying from tmp dir. * Easy detecting mechanism of valid upload, missing upload or error. * Gives extensive information about the uploaded file. * Rename uploaded files in different ways: as it is, safe or unique. * Validate allowed file extensions. * Multiple languages error messages support (es, en, de, fr, nl).
www/Services_Amazon-0.9.0 (Score: 0.0052506765)
PHP interface to Amazon Product Advertising API
pear-Services_Amazon is a PHP interface to Amazon Product Advertising API.