On this page:
top
up

2.6Filtering Requests by URLπŸ”— i

package: web-server-lib
The web-server/dispatchers/dispatch-filter module defines a dispatcher constructor that calls an underlying dispatcher with all requests that pass a predicate.

procedure

( make regexinner)dispatcher/c

regex:regexp?
inner:dispatcher/c
Calls inner if the URL path of the request, converted to a string, matches regex. Otherwise, calls next-dispatcher .

top
up

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /