This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

HTTP Response Handling Library

From OWASP
Revision as of 06:55, 26 July 2013 by Rahul Chaudhary (talk | contribs) (Created page with "<h4>Introduction</h4> Secure PHP Static HTTP Response Handling Library is to control the downloadable contents in the library. With control we mean the download speed with whi...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Introduction

Secure PHP Static HTTP Response Handling Library is to control the downloadable contents in the library. With control we mean the download speed with which the files are served to the users. Developers can use this library to set a speed limit on the files. This library also contains functions to resume download which is supported in most of the browsers and assists download managers.

Functions in this library

Lists of functions in this library and their uses are as follows:

  • MIME :This function is used to find out the extension of the files and to determine the type of the files from their extensions.