[racket] Racket documentation for web development is just awful!

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Sun Dec 18 15:20:50 EST 2011

That's already possible with "stateless" servlets, through the stuffer API,
I'll investigate doing it for stateful ones and get back to you.

Jay

On Sat, Dec 17, 2011 at 1:16 PM, Sam Tobin-Hochstadt <samth at ccs.neu.edu>wrote:

> Would it be possible for programmer to provide a name generator, so
> that you could have pretty urls of the form:
>
> foo.com/session/175
>
> You'd have to ensure in the web server that there weren't conflicts
> with the names currently being managed, but it seems plausible.
>
> On Sat, Dec 17, 2011 at 3:12 PM, Jay McCarthy <jay.mccarthy at gmail.com>
> wrote:
> >
> > It allows you to create URLs like
> >
> > /posts/456
> >
> > and if during the generation of that page you hit a continuation
> operation,
> > the URL will be something like
> >
> > /posts/456;gobbledygook
> >
> > where the last "clean" URL is inside of the current "ugly" URL.
>
>
>
> --
> sam th
> samth at ccs.neu.edu
>



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay

"The glory of God is Intelligence" - D&C 93
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20111218/8aaba987/attachment.html>

Posted on the users mailing list.