Generic FunctionPackage: net.uriToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

uri-to-string

Arguments: uri

This generic function and the associated function string-to-uri are inverses. uri-to-string creates a string from the URI passed in as the uri argument. The representation of the query field of the URI in the string is not encoded. (How to properly encode a query is outside the bounds of RFC 3986.)

The operator render-uri also takes a URI and returns a string. Its inverse is parse-uri, which does decode the query field. Warning: string-to-uri and uri-to-string are paired as are parse-uri and render-uri. Users ahould never apply an operator from one pair to the return value of an operator from the other pair. The consequences of doing so are undefined.

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


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version