1 Running the Web Server
2 Scheme Servlets
3 Web Language Servlets
4 Configuration
5 Dispatchers
6 Web Config Unit
7 Web Server Unit
8 Continuation Managers
9 Internal
10 Troubleshooting
11 Acknowledgements
Index
On this page:
send/ suspend/ dispatch
redirect/ get
Version: 4.0.2

 

3.6 Web Extras

 (require web-server/lang/web-extras)

The web-server/lang/web-extras library provides send/suspend/dispatch and redirect/get as web-server/servlet/web, except they use embed-proc/url plus extract-proc/url and send/suspend/url, respectively.

(send/suspend/dispatch response-proc-expr)

(redirect/get)  request?

See web-server/servlet/web.