for-GET / http-decision-diagram

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

Home Page:https://github.com/for-GET/http-decision-diagram/blob/master/doc/2013-06-10-http-hell-no.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

handle Content-Location header

andreineculau opened this issue · comments

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

one can override to_content and handle this scenario there

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