Timetombs

泛义的工具是文明的基础,而确指的工具却是愚人的器物

66h / 116a
,更新于 2024-04-06T22:06:24Z+08:00 by   35f4f88

[理解REST] 00 参考资料

版权声明 - CC BY-NC-SA 4.0

Web之父 Tim Berners Lee : https://en.wikipedia.org/wiki/Tim_Berners-Lee

世界上诞生的第一个网站 : http://info.cern.ch/

世界上诞生的第一个网站-模拟器 : http://line-mode.cern.ch/www/hypertext/WWW/TheProject.html

Web的生日 : http://home.cern/topics/birth-web

HTTP 0.9 : https://www.w3.org/Protocols/HTTP/AsImplemented.html

HTTP 历史 : https://www.w3.org/Protocols/History.html

HTTP 1.1 : https://www.ietf.org/rfc/rfc2616.txt

Evolution of HTTP : https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Evolution_of_HTTP

Roy T. Fielding : https://en.wikipedia.org/wiki/Roy_Fielding

Roy T. Fielding : REST 论文《Architectural Styles and the Design of Network-based Software Architectures》 : https://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm

Roy T. Fielding : REST 论文(中文版 译者:李锟)《架构风格与基于网络应用软件的架构设计(中文修订版)》 : https://www.infoq.cn/minibook/web-based-apps-archit-design

Roy T. Fielding : Roy T. Fielding 谈Google SPDY协议 : https://www.infoq.cn/article/2012/07/roy-on-google-spdy

Roy T. Fielding : Understanding the REST Style : https://www.youtube.com/watch?v=w5j2KwzzB-0

Roy T. Fielding : REST APIs must be hypertext-driven : http://roy.gbiv.com/untangled/2008/rest-apis-must-be-hypertext-driven

Roy T. Fielding : It is okay to use POST : https://roy.gbiv.com/untangled/2009/it-is-okay-to-use-post

李锟 :《REST 实战》: https://book.douban.com/subject/6854551/

李锟 : 理解本真的REST : https://www.infoq.cn/article/understanding-restful-style

李锟 : 架构风格与基于网络的软件架构设计-导读 : https://www.infoq.cn/article/doctor-fielding-article-review

REST is not about APIs , Part 1 : https://www.nirmata.com/2013/10/01/rest-apis-part-1/

REST is not about APIs , Part 2 : https://www.nirmata.com/2013/11/12/rest-apis-part-2/

架构(Architecture): https://en.wikipedia.org/wiki/Architecture

REST知识的阅读清单 : https://www.infoq.cn/article/rest-reading-list

What's different/better/worse than other JSON hypermedia media types? : https://github.com/kevinswiber/siren/issues/15

COAP (Constrained Application Protocol) : http://coap.technology/

HTTP APIs 设计规范/指南 : https://linianhui.github.io/code-guide/http-api/

HTTP/2 benchmark : https://github.com/linianhui/http.benchmark

HTTP/3 in AspNetCore : https://docs.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel/http3?view=aspnetcore-6.0

下一篇 : [理解REST] 01 REST的起源