Generic FunctionPackage: net.uriToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 9.0
Unrevised from 8.2 to 9.0.
8.2 version

uri-ipv6

Arguments: uri-object

Returns the value of the ipv6 slot of uri-object. See uri.

cl-user(2): (setq u (net.uri:parse-uri "https://[::1%25en0]/foo.cl"))
#<uri https://[::1%25en0]/foo.cl>
cl-user(3): (net.uri:uri-ipv6 u)
"::1"
cl-user(4): (net.uri:uri-zone-id u)
"en0"
cl-user(5): (net.uri:uri-host u)
"::1%en0"
cl-user(6):

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.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 9.0
Unrevised from 8.2 to 9.0.
8.2 version