rest-playground:一个Playground App,开始了解REST的全部基本API实现

时间:2024-05-25 03:58:41
【文件属性】:

文件名称:rest-playground:一个Playground App,开始了解REST的全部基本API实现

文件大小:17KB

文件格式:ZIP

更新时间:2024-05-25 03:58:41

JavaScript

REST游乐场 目录 HTTP HTTP是一种主要为通过Internet进行通信而定义的通信协议。 这是用于在线文本传输的一组标准。 这些标准对于服务器和系统解释客户端的意图很重要。 HTTP请求剖析 以下是HTTP请求的原始文本: GET / HTTP/1.1 Host: www.google.com Connection: keep-alive Cache-Control: max-age=0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537


【文件预览】:
rest-playground-master
----.jshintrc(4KB)
----.gitignore(38B)
----app.js(1KB)
----middleware()
--------errors.js(569B)
----package.json(1KB)
----init()
--------models.js(641B)
----models()
--------pet.js(308B)
--------person.js(362B)
----public()
--------js()
--------index.html(172B)
----index.js(60B)
----README.md(12KB)
----docs.js(10KB)
----lib()
--------inject-model.js(308B)
--------waterline-router.js(4KB)
--------custom-error.js(299B)
----Procfile(15B)
----test()
--------helpers()
--------mocha.opts(78B)

网友评论