Version: 4.1.5
2.6 Stateless Web Interaction
2.6.1 Low Level
Captures the current continuation in a serializable way and calls response-generator with it, returning the result.
2.6.2 High Level
Captures the current continuation. Serializes it and stuffs it into
a URL. Calls response-generator with this URL and delivers
the response to the client. If the URL is invoked
the request is returned to this continuation.
Like send/suspend/url but with a string URL representation.
Captures the current continuation. Serializes it and stuffs it into a hidden INPUT
form element.
Calls response-generator with this URL and form field and delivers
the response to the client. If the URL is invoked with form data containing
the hidden form,
the request is returned to this continuation.
Calls make-response with a function that, when called with a procedure from
request? to any/c will generate a URL, that when invoked will call
the function with the request? object and return the result to the caller of
send/suspend/dispatch.
Like send/suspend/url/dispatch but with a string URL representation.
See web-server/servlet/web.