HomebulletScriptsbulletTag: http (150 results)
  1. No Screenshot
    2161 total visits
    Curl File Uploader executes an HTTP request from the path of the file, in order to send the file to an HTTP server.Requirements:PHP 4.1 or higher
  2. No Screenshot
    1860 total visits
    Headers and bodies of an HTTP request can be composed and sent to a specified Web server. HTTPSock supports sending and retrieve cookies, and handle gzip compressed responses.Requirements:PHP 5.0 or higher
  3. No Screenshot
    2566 total visits
    Hippo AJAX Link can be used to generate HTML links to process AJAX requests.Hippo AJAX Link generates HTML and Javascript that when a link is clicked it submits an AJAX request. The request can be sent via HTTP GET or POST methods.The response of the AJAX request is used to update a page section with a given identifier.
  4. No Screenshot
    1602 total visits
    The pages of a given Web site are retrieved and URLs of links and images contained in each of them are extracted in order to find other resources in the same site.Requirements:PHP 4.3.0 or higher
  5. No Screenshot
    1671 total visits
    Curl Auto Site Form Post Class can send HTTP GET or POST request to a given URL. For form POST requests it can set each of the form field values.A page with a form can also be retrieved and the HTML code can be parsed in order to retrieve the form fields and values.Requirements:PHP 4.2 or higher
  6. No Screenshot
    1574 total visits
    HTTP Download can be used to dynamically serve data from files for download. It can handle HTTP requests that ask to resume the download of files that were partially downloaded previously. So, it supports any download manager program that the users may employ.HTTP Download can serve data from files available on the serve or from dynamically generated data strings. It ...
  7. No Screenshot
    1681 total visits
    HTTP protocol client implements requests to Web resources using the HTTP protocol.Features of HTTP protocol client:- May submit HTTP requests with any method, to any page, to any server, connecting to any port.- Provides support to setup connection and request arguments from a given URL.- May submit requests via a proxy server with support for authentication if necessary.- Supports HTTP ...
  8. No Screenshot
    1436 total visits
    Filter can process request data from POST, GET, REQUEST and COOKIE values and verify if it matches given type rules. If the values satisfy the rules, they are copied to array class variable.Filtering rules are supported for integers, strings, booleans, dates, times, timestamps, e-mail addresses, web addresses and phone numbers.Requirements:PHP 5 or higher
  9. No Screenshot
    1937 total visits
    cHTTP can be used to send HTTP GET and POST requests to an HTTP server.Functions of cHTTP:- Download data from the HTTP server using the GET or POST methods- Add form fields values to POST requests- Get and set cookies- Set the request referer URLThe cHTTPMultiPart class extends cHTTP to make it possible to upload fields through multipart/form-data parts.
  10. No Screenshot
    1873 total visits
    Simple HTTP browser can send HTTP requests of type HEAD, GET and POST using the Curl extension if available, or the socket connection functions otherwise.Accessing pages that require authentication, HTTP compression and file downloads, are supported.Requirements:PHP 3.0 or higher
  11. No Screenshot
    2385 total visits
    cURL is an object oriented wrapper around the PHP cURL extension functions. This cURL extension is often used as HTTP client to access to remote Web pages or Web services via HTTP like those using the SOAP protocol.cURL provides functions to set the cURL extension options, execute HTTP requests and retrieve the response headers and bodies. The documentation is embedded ...
  12. No Screenshot
    1873 total visits
    User Info can be used to retrieve information about the browser the user is using to access the current site script.User Info can analyze the user agent string sent by the browser in the current HTTP request and extracts the type of browser, user machine operating system, user machine IP address, accepted character set encoding, language name, and if the ...
  13. No Screenshot
    2321 total visits
    Curl Based HTTP Client implements an HTTP client using the PHP Curl library extension. It can perform HTTP GET or POST requests taking an array as the list of POST parameters. Curl Based HTTP Client can set request referrer, authentication credentials, connection peer IP address, download/upload files, use proxy etc.. It can also collect cookies sent by the server in ...
  14. No Screenshot
    1889 total visits
    MultiCurl class library is a solution for work with MULTI CURL PHP extension.MultiCurl class library provides to execute some parallel HTTP requests with limit of downloaded size. Example: start 100 downloads with 2 parallel sessions, and get only first 100 Kb per session.
  15. No Screenshot
    2109 total visits
    GzOutput can be used to serve one or more files compressing them if the user browser supports compression. It can serve one or more files in the same request. If the files are Javascript or CSS, they can be processed first to remove needless comments and white space.If the browser supports compression, GzOutput may compress the files data before serving ...
Pages 8 of 10« 4 5 6 7 8 9 10 »