Fixes PR9965 and a missing doc xref

This commit is contained in:
Jay McCarthy 2011-12-07 06:20:19 -07:00
parent a497300fbe
commit 12580337f2

View File

@ -2,6 +2,7 @@
@(require "common.rkt" scribble/bnf
(for-label net/url net/url-unit net/url-sig
net/head net/uri-codec net/tcp-sig
(only-in net/url-connect current-https-protocol)
openssl))
@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
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?)]{
A parameter that determines the connection mode for @racket["https"]