Class THttpRequestUrlFormat

Description

THttpRequestUrlFormat class.

THttpRequestUrlFormat defines the enumerable type for the possible URL formats that can be recognized by THttpRequest.

The following enumerable values are defined:

  • Get: the URL format is like /path/to/index.php?name1=value1&name2=value2...
  • Path: the URL format is like /path/to/index.php/name1,value1/name2,value2...

  • author: Qiang Xue <qiang.xue@gmail.com>
  • version: $Id: THttpRequest.php 3099 2012-01-29 11:48:14Z ctrlaltca@gmail.com $
  • since: 3.0.4

Located in /Web/THttpRequest.php (line 1329)

TEnumerable
   |
   --THttpRequestUrlFormat
Class Constant Summary
 Get = 'Get'
 Path = 'Path'
Methods
Class Constants
Get = 'Get' (line 1331)
Path = 'Path' (line 1332)

Documentation generated on Mon, 25 Jun 2012 14:38:23 +0200 by phpDocumentor 1.4.3