书栈网 · BookStack 本次搜索耗时 0.036 秒,为您找到 3298 个相关结果.
  • RESTful service - Go

    Creating a RESTful Service - Go Prerequisites Setup Deploy the Service Explore the Service Access the Service Next Steps Clean Up Creating a RESTful Service - Go This “s...
  • RESTful Resource Handling

    RESTful Resource Handling Resource Routes Change the Controller Used Change the Placeholder Used Limit the Routes Made ResourceController Presenter Routes Change the Controlle...
  • 提供restful接口

    传统web开发 传统web开发 默认情况下SOP只提供开放接口,也可以同时提供restful接口,即程序提供一部分的开放接口,同时提供一部分restful接口。 默认情况下提供restful功能是关闭的,开启方式如下: 打开sop-gateway配置文件,新增一行配置: # 提供restful接口 sop . restful . enab...
  • controller.restful

    461 2020-01-03 《ThinkKoa 2.x 文档》
    restful 控制器属性和方法 getAction() postAction() deleteAction() putAction() restful thinkkoa_cli提供了创建restful风格API的命令: think controller - r test 命令会自动创建控制器文件 app/controller...
  • 实现 RESTful API

    title: 设计响应格式 获取主题列表 获取单个主题 创建主题 更新主题 错误处理 实现 初始化项目 开启 validate 插件 注册路由 controller 开发 service 开发 统一错误处理 测试 Controller 测试 Service 测试 title: 通过 Web 技术开发服务给客户端提供接...
  • Flask-RESTful

    Flask-RESTful 安装 使用 Hello World 带参数的请求 参数解析 一个完整的例子 更多阅读 Flask-RESTful 在前面 ,我们介绍了 REST Web 服务,并使用 Flask 提供服务。这里,我们使用第三方库 Flask-RESTful ,它使得在 Flask 中提供 REST 服务变得更加简单。 ...
  • RESTful service - Go

    Creating a RESTful Service - Go Prerequisites Setup Deploy the Service Explore the Service Access the Service Clean Up Creating a RESTful Service - Go This “stock ticker” ...
  • RESTful service - Go

    Creating a RESTful Service - Go Prerequisites Setup Deploy the Service Explore the Service Access the Service Next Steps Clean Up Creating a RESTful Service - Go This “st...
  • RESTful Resource(s)

    187 2022-11-24 《Hanami v1.3 Guides》
    RESTful Resources Default Routes Remove Routes Add Routes Configure Controller RESTful Resource Remove Routes Add Routes Configure Controller Nested Resource(s) Plural to ...
  • Restful Web Services

    Restful Web Services parse_as_rest (experimental) smart_query (experimental) Access Control Restful Web Services REST stands for “REpresentational State Transfer” and it i...