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

    Mail Introduction Driver Prerequisites Mailgun Driver SparkPost Driver SES Driver Generating Mailables Writing Mailables Configuring The Sender Using The from Method Using A...
  • Mock Handler

    Mock Handler Mock Handler When testing HTTP clients, you often need to simulate specific scenarios like returning a successful response, returning an error, or returning specif...
  • Task Scheduling

    Task Scheduling Introduction Starting The Scheduler Defining Schedules Schedule Frequency Options Between Time Constraints Truth Test Constraints Preventing Task Overlaps Mai...
  • 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...
  • 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...
  • 指南前言

    指南前言 组件开发的目的 组件开发准备工作 指南前言 为了帮助开发者更好的为 Hyperf 开发组件,共建生态,我们提供了本指南用于指导开发者进行组件开发,在阅读本指南前,需要您对 Hyperf 的文档进行了 全面 的阅读,特别是 协程 和 依赖注入 章节,如果对 Hyperf 的基础组件缺少充分的理解,可能会导致开发时出现错误。 组...
  • Consul 协程客户端

    Consul 协程客户端 安装 KV Agent Catalog Health Session Consul 协程客户端 Hyperf 提供了一个 Consul 的协程客户端,由于 Consul 本身的 API 比较简单,也支持 HTTP 的请求方法,故该组件仅对 API 进行了一些封装上的简化,基于 hyperf/guzzle 提供...
  • Consul 协程客户端

    Consul 协程客户端 安装 KV Agent Catalog Health Session Consul 协程客户端 Hyperf 提供了一个 Consul 的协程客户端,由于 Consul 本身的 API 比较简单,也支持 HTTP 的请求方法,故该组件仅对 API 进行了一些封装上的简化,基于 hyperf/guzzle 提供...
  • 指南前言

    指南前言 组件开发的目的 组件开发准备工作 指南前言 为了帮助开发者更好的为 Hyperf 开发组件,共建生态,我们提供了本指南用于指导开发者进行组件开发,在阅读本指南前,需要您对 Hyperf 的文档进行了 全面 的阅读,特别是 协程 和 依赖注入 章节,如果对 Hyperf 的基础组件缺少充分的理解,可能会导致开发时出现错误。 组...
  • Creating a client

    Creating a client Creating a client The constructor of a client accepts an associative array of configuration options. base_url Configures a base URL for the client so that r...