Changeset 13083 in project for wiki/eggref/4/intarweb
- Timestamp:
- 01/25/09 19:33:29 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/intarweb
r12880 r13083 16 16 === Requirements 17 17 18 Requires the [[defstruct]], [[base64]] and [[uri- generic]] extensions.18 Requires the [[defstruct]], [[base64]] and [[uri-common]] extensions. 19 19 20 20 === Documentation … … 42 42 43 43 The uri defines the entity to retrieve on the server, which should be 44 a [[uri- generic]]-type URI object. The port is the port where the44 a [[uri-common]]-type URI object. The port is the port where the 45 45 request is written to or read from. The method is a symbol that 46 46 defines the HTTP method to use (case sensitive). major and minor … … 311 311 <tr> 312 312 <td>{{content-location}}</td> 313 <td>A location that the content can be retrieved from (a uri- genericobject)</td>314 <td>{{(<#uri- generic# ...>)}}</td>313 <td>A location that the content can be retrieved from (a uri-common object)</td> 314 <td>{{(<#uri-common# ...>)}}</td> 315 315 </tr> 316 316 <tr> … … 421 421 <tr> 422 422 <td>{{referer}}</td> 423 <td>The referring URL (uri- genericobject) that linked to this one.</td>423 <td>The referring URL (uri-common object) that linked to this one.</td> 424 424 <td>{{(<#uri-object ...>)}}</td> 425 425 </tr>
Note: See TracChangeset
for help on using the changeset viewer.