for-GET / http-decision-diagram

An activity diagram to describe the resolution of HTTP response status codes, given various headers.
https://github.com/for-GET/http-decision-diagram/blob/master/doc/2013-06-10-http-hell-no.md
Apache License 2.0
3.61k stars 196 forks source link

handle Content-Location header #17

Closed andreineculau closed 11 years ago

andreineculau commented 11 years ago

Currently the diagram is unaware of this header, for none of the flows/methods, although this is a very good way of minimizing round-trips.

Ref: http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-22#section-3.1.4.2

andreineculau commented 11 years ago

one can override to_content and handle this scenario there

andreineculau commented 9 years ago

the diagram (not so much visually, but its to_content docs) supports content-location now