Incorrect documentation
This commit is contained in:
parent
a40d0f0dd1
commit
30cc1b9a0b
|
@ -277,7 +277,12 @@ a URL that refreshes the password file, servlet cache, etc.}
|
|||
is not authorized and @racket[#f] if the request @emph{is} authorized.
|
||||
}
|
||||
|
||||
@defproc[(make-basic-denied?/path [password-file path-string?])
|
||||
@defproc[(make-basic-denied?/path [authorized? authorized?/c])
|
||||
denied?/c]{
|
||||
Creates a denied procedure from an authorized procedure.
|
||||
}
|
||||
|
||||
@defproc[(password-file->authorized? [password-file path-string?])
|
||||
(values (-> void)
|
||||
authorized?/c)]{
|
||||
Creates an authorization procedure based on the given password
|
||||
|
|
Loading…
Reference in New Issue
Block a user