Changes between Version 3 and Version 4 of Howto/WorkingWithTheRequestObject

Show
Ignore:
Author:
openhaus (IP: 85.178.175.239)
Timestamp:
02/14/07 16:44:46 (6 years ago)
Comment:

Internal link added

Legend:

Unmodified
Added
Removed
Modified
  • Howto/WorkingWithTheRequestObject

    v1 v4  
    4343 
    4444== URI Parsing == 
    45 As the request object is a singleton, it is created just once per script invocation.  During this initial creation, some of the request data is extracted from the calling URI.  Seagull allows developers to select a number of parsing strategies to be run on the URI, the results of which are aggregated to the request data.  As a minimum, Seagull style URI data will be extracted, as will standard querystring info, and certain URI aliases will be resolved, see Howto/UriManagement for more info. 
     45As the request object is a singleton, it is created just once per script invocation.  During this initial creation, some of the request data is extracted from the calling URI.  Seagull allows developers to select a number of parsing strategies to be run on the URI, the results of which are aggregated to the request data.  As a minimum, Seagull style URI data will be extracted, as will standard querystring info, and certain URI aliases will be resolved, see [wiki:Howto/UriManagement] for more info. 
    4646 
    4747As a result of URI parsing the following keys get added to the request object: