Version: 4.1.2
2.8 Servlet URLs
| (require web-server/servlet/servlet-url) |
"servlet/servlet-url.ss" provides functions that might be useful to you. They may eventually provided by another module.
| (request->servlet-url req) → servlet-url? |
| req : request? |
Generates a value to be passed to the next function.
| (servlet-url->url-string/no-continuation su) → string? |
| su : servlet-url? |
Returns a URL string without the continuation information in the URL that went into su