书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 896 个相关结果.
  • Handlers

    Handlers Handlers A handler function accepts a Psr\Http\Message\RequestInterface and array of request options and returns a GuzzleHttp\Promise\PromiseInterface that is fulfil...
  • allow_redirects

    allow_redirects allow_redirects Summary Describes the redirect behavior of a request Types bool array Default [ 'max' => 5 , 'strict' ...
  • Nanobox

    Environments Overview Local Development Create a New Project Add a boxfile.yml Add Phalcon Devtools to your composer.json Start Nanobox and Generate a New Phalcon App Run the ...
  • 介绍

    Guzzle中文文档 用户指南 Guzzle中文文档 Guzzle是一个PHP的HTTP客户端,用来轻而易举地发送请求,并集成到我们的WEB服务上。 接口简单:构建查询语句、POST请求、分流上传下载大文件、使用HTTP cookies、上传JSON数据等等。 发送同步或异步的请求均使用相同的接口。 使用PSR-7接口来请求、响应、分流,允许你...
  • 7.3. 405 Not Allowed 处理器

    602 2019-09-21 《Slim 3 中文文档》
    405 Not Allowed 处理器 默认的 Not Allowed 处理器 自定义 Not Allowed 处理器 405 Not Allowed 处理器 Edit This Page 如果你的 Slim 框架应用程序有一个路由匹配到了当前的 HTTP 请求 URI 而非 HTTP 请求方法 ,程序将调用 Not Allowed 处理器并...
  • allow_redirects

    allow_redirects allow_redirects Summary Describes the redirect behavior of a request Types bool array Default [ 'max' => 5 , 'strict' ...
  • Using Responses

    Using Responses Using Responses In the previous examples, we retrieved a $response variable or we were delivered a response from a promise. The response object implements a PS...
  • Using Responses

    Using Responses Using Responses In the previous examples, we retrieved a $response variable or we were delivered a response from a promise. The response object implements a PS...
  • 路由 & 控制器

    路由 & 控制器 路由配置 路由组 中间件 域名&协议 过滤控制器/API控制器 代码提示 路由 & 控制器 路由文件默认在 usr/routes.php ,你也可以根据自己的情况修改配置文件,指定路由文件路径。 控制器文件默认在 usr/Controller 文件夹内。 路由配置 支持的(请求)方法: $route -> ma...
  • Requests

    HTTP Requests Accessing The Request Dependency Injection & Route Parameters Accessing The Request Via Route Closures Request Path & Method Retrieving The Request Path Retrievin...