parent
41e04b33da
commit
37a7e0a2e1
|
@ -38,7 +38,7 @@ re-exported by @racketmodname[net/url].}
|
||||||
[port (or/c false/c exact-nonnegative-integer?)]
|
[port (or/c false/c exact-nonnegative-integer?)]
|
||||||
[path-absolute? boolean?]
|
[path-absolute? boolean?]
|
||||||
[path (listof path/param?)]
|
[path (listof path/param?)]
|
||||||
[query (or/c false/c (listof (cons/c symbol? (or/c false/c string?))))]
|
[query (listof (cons/c symbol? (or/c false/c string?)))]
|
||||||
[fragment (or/c false/c string?)])]{
|
[fragment (or/c false/c string?)])]{
|
||||||
|
|
||||||
The basic structure for all URLs, which is explained in RFC 3986
|
The basic structure for all URLs, which is explained in RFC 3986
|
||||||
|
|
Loading…
Reference in New Issue
Block a user