Merge pull request #2 from RenaissanceBug/rfc6265-docfix

Fix accidental dep on net-cookies package.
This commit is contained in:
Jay McCarthy 2015-04-10 07:23:37 -04:00
commit 81b74f9545

View File

@ -190,8 +190,9 @@ won't have a cookie set then first arrive at your site.
@margin-note{@racket[cookie@] and @racket[cookie^] are deprecated. @margin-note{@racket[cookie@] and @racket[cookie^] are deprecated.
They exist for backward-compatibility and will likely be removed in They exist for backward-compatibility and will likely be removed in
the future. New code should use the @racketmodname[net/cookies/server] the future. New code should use
or @racketmodname[net/cookies/user-agent] module.} @hyperlink["http://pkgs.racket-lang.org/#[net-cookies]"]{the
net-cookies package}.}
@defmodule[net/cookie-unit] @defmodule[net/cookie-unit]