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