Tag: http
mnots blog: Web API Versioning Smackdown
mnots blog: Web API Versioning Smackdown
“The key insight here, I think, is that URIs are used for so many things persistent identifiers, cache keys, bases for relative resolution, bookmarks that overloading them with versioning and extensibility information as well makes them worse for all of their various purposes. By pushing these concerns into link relations and media types using HATEOS, you end up with a flexible, future-proof system that can evolve in a controllable way, without giving up the benefits of using HTTP (never mind REST).”
Peter Williams – Versioning REST Web Services
HTTP Headers & Status Codes: A Flowchart
http://www.ietf.org/rfc/rfc2616.txt
http://www.ietf.org/rfc/rfc2616.txt
RFC 2616 — Hypertext Transfer Protocol — HTTP/1.1
Literate Programming – Nobody Understands REST or HTTP
Literate Programming – Nobody Understands REST or HTTP
Wow, this is relaxing to read. Up with making sense!