zombofant / pyxwf

eXtensible Web Framework in Python
http://zombofant.net/hacking/pyxwf
Other
2 stars 1 forks source link

Feedback between Site and Node should be possible for Content Negotiation #11

Closed horazont closed 11 years ago

horazont commented 11 years ago

Nodes can only deliver a static content type and there is no possibility to take another code path if that doesn't fit the request of the client, except aborting the Request with Not Acceptable.

Nodes should be asked which content type they want to supply depending on what the client asks for (useful for graphing and other APIs).