Fixes PR9965 and a missing doc xref
This commit is contained in:
parent
a497300fbe
commit
12580337f2
|
@ -2,6 +2,7 @@
|
||||||
@(require "common.rkt" scribble/bnf
|
@(require "common.rkt" scribble/bnf
|
||||||
(for-label net/url net/url-unit net/url-sig
|
(for-label net/url net/url-unit net/url-sig
|
||||||
net/head net/uri-codec net/tcp-sig
|
net/head net/uri-codec net/tcp-sig
|
||||||
|
(only-in net/url-connect current-https-protocol)
|
||||||
openssl))
|
openssl))
|
||||||
|
|
||||||
@title[#:tag "url"]{URLs and HTTP}
|
@title[#:tag "url"]{URLs and HTTP}
|
||||||
|
@ -364,6 +365,18 @@ connections. Each mapping is a list of three elements:
|
||||||
Currently, the only proxiable scheme is @racket["http"]. The default
|
Currently, the only proxiable scheme is @racket["http"]. The default
|
||||||
mapping is the empty list (i.e., no proxies).}
|
mapping is the empty list (i.e., no proxies).}
|
||||||
|
|
||||||
|
@defproc[(url-exception? [x any/c])
|
||||||
|
boolean?]{
|
||||||
|
Identifies an error thrown by URL functions.
|
||||||
|
}
|
||||||
|
|
||||||
|
@section{URL HTTPS mode}
|
||||||
|
|
||||||
|
@defmodule[net/url-connect]
|
||||||
|
|
||||||
|
These bindings are provided by the @racketmodname[net/url-connect] library, and
|
||||||
|
used by @racketmodname[net/url].
|
||||||
|
|
||||||
@defparam[current-https-protocol protocol (or/c ssl-client-context? symbol?)]{
|
@defparam[current-https-protocol protocol (or/c ssl-client-context? symbol?)]{
|
||||||
|
|
||||||
A parameter that determines the connection mode for @racket["https"]
|
A parameter that determines the connection mode for @racket["https"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user