Package: puri

Class uri

Superclasses

common-lisp:standard-object, common-lisp:t

Documented Subclasses

Direct Slots

string
Internal slot. The cached printable representation of the URI. It might be different than the original string, though, because the user might have escaped non-reserved chars - they won't be escaped when the URI is printed.
escaped
Internal slot. Used to prevent unnessary work, looking for chars to escape and unescape.
fragment
The fragment component of an URI.
hashcode
Internal slot. Cached hash value, so we don't have to compute it more than once.
host
The host component of an URI.
parsed-path
Internal slot. The cached parsed representation of the URI path.
path
The path component of an URI.
plist
The plist slot contains a standard Common Lisp property list.
port
The port component of an URI.
query
The query component of an URI.
scheme
The scheme component of an URI.

Details

The class of URI objects.
 

Slot Access Functions

See also