restful-api-perf-test 用于测试restful api性能的工具
2022-05-25 15:52:18 7KB JavaScript
1
delphi7使用IXMLHTTPRequest实现RESTful的访问及返回json数据的解析,推送消息段HMACSHA1加密编码
2022-05-25 14:36:03 1.6MB delphi7 REST HMACSHA1 JSON
1
节点模板ts-koa 运用开发RESTful API的项目模版,技术选型为nodejs + koa + ts + mysql。使用sequelize操作数据库,设置多套环境配置。 已集成服务 dotenv 从文件中加载环境变量,用于进行不同的环境配置 const path = { development : '.env.development' , staging : '.env.staging' , production : '.env.production' , } [ process . env . NODE_ENV || 'development' ] ; dotenv .
2022-05-19 22:01:15 58KB nodejs mysql koa typescript
1
Progressive Disclosure is a concept in User Interface Design which advocates only presenting to the user the information they need when they need it. In many ways, the book you are reading right now is an example of this principle. In fact, it is quite likely that this book wouldn’t have “worked” a mere seven years ago. For you see, the programming world was quite a different place when RESTful Web Services, the predecessor of this book, was written. At that time, the term “REST” was was rarely used. And when it was used it was often misapplied, and widely misunderstood. This was the case despite the fact that the standards upon which REST is based, namely HTTP and HTML, were developed and became IETF and W3C standards in roughly their current form in the second half of the 1990s. Roy Fielding’s thesis paper in which he introduced the term REST and on which this book was based was itself published in 2000.
2022-05-16 09:30:16 10.33MB RESTful webAPI 英文版
1
Python3 开发以及部署 RESTful API项目(Python3 Django2.0 Django REST FrameWork Centos7 uWsgi Nginx)
2022-05-15 05:23:47 44KB Python开发-RESTful API
1
restful_api是关于restful API的实践使用,用flask实践开发一个restful API的实际案例
2022-05-15 01:04:23 51KB Python开发-RESTful API
1
主要介绍了Python中Flask-RESTful编写API接口(小白入门),文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一起学习学习吧
2022-05-15 00:28:16 2.22MB Flask RESTful API接口 Flask
1
摇摇欲坠的烧瓶 什么是摇摇欲坠的烧瓶? 烧瓶的RESTful-招摇为包装使支持。 本质上,您只需要包装Api实例并添加一些python装饰器即可获得全面的支持。 安装: 安装: pip install flask-restful-swagger (这也安装了烧瓶式的) 请参阅一些快速示例: PYTHONPATH=. python examples/basic.py PYTHONPATH=. python examples/blueprints.py PYTHONPATH=. python examples/inheritance.py 浏览至: 贡献和改进: 如何: 在程序中,
2022-05-14 22:35:57 446KB python flask swagger FlaskJavaScript
1
CloudEngine 16800, 12800, 9800, 8800, 6800, 5800 V200R021C00 RESTful API参考(chm) CloudEngine 16800, 12800, 9800, 8800, 6800, 5800 V200R021C00 RESTful API参考(pdf)
2022-05-06 18:08:07 9.85MB restful 综合资源 后端 华为
引自维基百科上的介绍,用的是谷歌翻译。。。受约束的应用协议(COAP)是一种软件协议旨在以非常简单的电子设备,使他们能够在互联网上进行交互式通信中使用。它特别针对小型低功率传感器,开关,阀门和需要被控制或监督远程,通过标准的Internet网络类似的组件。COAP是一个应用层协议,该协议是用于在资源受限的网络连接设备,例如无线传感器网络节点使用。COAP被设计为容易地转换为HTTP与Web简化集成,同时也能满足特殊的要求,例如多播支持,非常低的开销,和简单性。多播,低开销,以及简单性是因特网极其重要物联网(IOT)和机器对机器(M2M)设备,这往往是积重难返,有太多的内存和电源,比传统的互联网
1