ClassPackage: net.uriToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1

uri

This is the class of URI (Universal Resource Indicator) objects. Use make-instance to create instances. See also uri-p.

URI objects have the following slots:

scheme 
host 
port 
path 
query
fragment 
plist 

The host and port slots together correspond to the authority (see Introduction in uri.htm). There is an accessor-like function, uri-authority, that can be used to extract the authority from a URI. The plist slot contains a standard Common Lisp property list.

See also uri.htm for general information on Universal Resource Indicator support in Allegro CL.


Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1