3.99.0.9: binding links in docs use nominal import sources
svn: r8196
original commit: 7fc41024c0
This commit is contained in:
parent
a15e4c8b84
commit
0e8e8692a6
|
@ -106,7 +106,7 @@ probably will not).}
|
|||
|
||||
@section{SMTP Unit}
|
||||
|
||||
@defmodule[net/SMTP-unit]
|
||||
@defmodule[net/smtp-unit]
|
||||
|
||||
@defthing[smtp@ unit?]{
|
||||
|
||||
|
|
|
@ -27,10 +27,10 @@ library.
|
|||
|
||||
@section{URL Structure}
|
||||
|
||||
@declare-exporting[net/url-struct net/url]
|
||||
@declare-exporting[net/url-structs net/url]
|
||||
|
||||
@defmodule*/no-declare[(net/url-struct)]{The URL structure types are
|
||||
provided by the @schememodname[net/url-struct] library, and
|
||||
@defmodule*/no-declare[(net/url-structs)]{The URL structure types are
|
||||
provided by the @schememodname[net/url-structs] library, and
|
||||
re-exported by @schememodname[net/url].}
|
||||
|
||||
@; ----------------------------------------
|
||||
|
@ -43,7 +43,7 @@ re-exported by @schememodname[net/url].}
|
|||
[path-absolute? boolean?]
|
||||
[path (listof path/param?)]
|
||||
[query (listof (cons/c symbol? (or/c false/c string?)))]
|
||||
[fragment (union false/c string?)])]{
|
||||
[fragment (or/c false/c string?)])]{
|
||||
|
||||
The basic structure for all URLs, hich is explained in RFC 3986
|
||||
@cite["RFC3986"]. The following diagram illustrates the parts:
|
||||
|
|
Loading…
Reference in New Issue
Block a user