| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
This is the class of URI (Universal Resource Indicator) objects. Use make-instance to create instances. See also string-to-uri, parse-uri, and uri-p.
URI objects have the following slots:
scheme host port path query fragment ipv6 zone-id plist userinfo
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-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |