RequestResponse
[ class tree: RequestResponse ] [ index: RequestResponse ] [ all elements ]

Source for file GenerallHttpHeaders.php

Documentation is available at GenerallHttpHeaders.php

  1. <?php
  2. /**
  3.  * MVClasses
  4.  *
  5.  * LICENSE
  6.  *
  7.  * "THE BEER-WARE LICENSE" (Revision 42):
  8.  * "Sven Strittmatter" <ausserirdisch@sven-space.de> wrote this file.
  9.  * As long as you retain this notice you can do whatever you want with
  10.  * this stuff. If we meet some day, and you think this stuff is worth it,
  11.  * you can buy me a beer in return.
  12.  *
  13.  * @category    MVClasses
  14.  * @package     RequestResponse
  15.  * @copyright   Copyright (c) 2007 Sven Strittmatter
  16.  */
  17.  
  18. /**
  19.  * Enter description here...
  20.  *
  21.  * Longdesc
  22.  *
  23.  * @todo complete description
  24.  *
  25.  * @category    MVClasses
  26.  * @package     RequestResponse
  27.  * @copyright     Copyright (c) 2007 Sven Strittmatter
  28.  * @author    "Sven Strittmatter" <ausserirdisch@sven-space.de>
  29.  * @version     1.0
  30.  * @link        http://www.sven-space.de/code/php/MVClasses
  31.  */
  32. interface GenerallHttpHeaders {
  33.     // konstanten fuer headers (http://www.bolege.de/http-header/#art2)
  34.     const HTTP_HEADER_CACHE_CONTROL "cache-control";
  35.     const HTTP_HEADER_CONTENT_LENGTH "content-length";
  36.     const HTTP_HEADER_PRAGMA "pragma";
  37.     const HTTP_HEADER_CONNECTION "connection";
  38.     const HTTP_HEADER_DATE "date";
  39.     const HTTP_HEADER_UPGRADE "upgrade";
  40. }

Documentation generated on Sun, 02 Aug 2009 17:14:57 +0200 by phpDocumentor 1.4.2