File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
web-server-doc/web-server/scribblings Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ functions.
2727 void?]{
2828 If @racket[entry-ids] is @racket[#f ], clears all entries in @racket[ct].
2929 Otherwise, clears only the entries with keys in @racket[entry-ids].
30+
31+ @history[#:changed "6.9.0.1 " "Added optional argument. " ]
3032}
3133
3234@defproc[(cache-table? [v any/c])
Original file line number Diff line number Diff line change 2727 @racket[url->path] to resolve the URL to a path, then uses
2828 @racket[path->servlet] to resolve that path to a servlet, caching the
2929 results in an internal table.
30+
31+ @history[#:changed "6.9.0.1 " "Added optional argument to first return value. " ]
3032}
3133
34+
35+
3236@defproc[(make [url->servlet url->servlet/c]
3337 [#:responders-servlet-loading
3438 responders-servlet-loading
You can’t perform that action at this time.
0 commit comments