Superclassescommon-lisp:standard-object, common-lisp:t Documented SubclassesDirect SlotsstringInternal 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. escapedInternal slot. Used to prevent unnessary work, looking for chars to escape and unescape. fragmentThe fragment component of an URI. hashcodeInternal slot. Cached hash value, so we don't have to compute it more than once. hostThe host component of an URI. parsed-pathInternal slot. The cached parsed representation of the URI path. pathThe path component of an URI. plistThe plist slot contains a standard Common Lisp property list. portThe port component of an URI. queryThe query component of an URI. schemeThe scheme component of an URI. DetailsThe class of URI objects. |
| Slot Access FunctionsSee also |