8.16.0.4
23 URLs
(require denxi/url) | package: denxi |
denxi/url reprovides net/url, along with the following bindings.
procedure
(url-variant? s) → boolean?
s : any/c
procedure
(url-string? s) → boolean?
s : any/c
procedure
(coerce-url s) → url?
s : url-variant?
Returns an instance of url in terms of a variant type.
procedure
(coerce-url-string s) → url-string?
s : url-variant?
Returns a url-string? in terms of a variant type.
syntax class
A syntax class for url-string? string literals.