Ruby Forum Mongrel > [OT] HTTP headers status diagram

Posted by Petite Abeille (Guest)
on 11.03.2008 20:36
(Received via mailing list)
To paraphrase Woody Allen:

"Everything you always wanted to know about HTTP headers status, but
were afraid to ask"

Alternatively:

"An activity diagram to describe the resolution of HTTP response
status codes, given various headers."

http://thoughtpad.net/alan-dean/http-headers-status.html

http://thoughtpad.net/alan-dean/http-headers-status.gif

Cheers,

--
PA
http://alt.textdrive.com/nanoki/
Posted by Steve Midgley (stevemidgley)
on 12.03.2008 14:27
(Received via mailing list)
At 12:34 PM 3/11/2008, mongrel-users-request@rubyforge.org wrote:
>http://thoughtpad.net/alan-dean/http-headers-status.html
>
>http://thoughtpad.net/alan-dean/http-headers-status.gif

Wow - a state diagram for HTTP response codes. I'm impressed you've put
this together - it ought to help people building new app servers for
sure (and it seems there's a new one every week). You should send this
up to W3 too - I've never seen anything like it on their site (but
haven't looked specifically either).

Nice one,

Steve
Posted by Petite Abeille (Guest)
on 12.03.2008 14:29
(Received via mailing list)
On Mar 11, 2008, at 9:17 PM, Steve Midgley wrote:

> Wow - a state diagram for HTTP response codes. I'm impressed you've  
> put this together

Full credit to Alan Dean for this gem.

http://thoughtpad.net/alan-dean/http-headers-status.html

> - it ought to help people building new app servers for sure (and it  
> seems there's a new one every week).

Indeed :)

Here is one in Lua:

http://svr225.stepx.com:3388/nanoki

> You should send this up to W3 too - I've never seen anything like it  
> on their site (but haven't looked specifically either).


Cheers,

PA.