On this page:
top
up

2.5Lifting ProceduresπŸ”— i

package: web-server-lib
The web-server/dispatchers/dispatch-lift module defines a dispatcher constructor.

procedure

( make proc)dispatcher/c

proc:(request? . -> .response? )
Constructs a dispatcher that calls proc on the request object, and outputs the response to the connection.

top
up

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