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

    debug debug Summary Set to true or set to a PHP stream returned by fopen() to enable debug output with the handler used to send a request. For example, when using cURL to tr...
  • 调用链追踪

    调用链追踪 安装 通过 Composer 安装组件 增加组件配置 opentracking/opentracking 版本申明 使用 配置 配置追踪开关 选择追踪器驱动 配置 Zipkin 配置 Jaeger 配置中间件 配置 Span tag 更换采样器 接入阿里云链路追踪服务 使用其他 Tracer 驱动 Reference...
  • decode_content

    decode_content decode_content 摘要 声明是否自动解码 Content-Encoding 响应 (gzip, deflate等) 。 类型 string bool 默认值 true 常量 GuzzleHttp\RequestOptions::DECODE_CONTENT 该选项可以用来控制Conte...
  • proxy

    proxy proxy Summary Pass a string to specify an HTTP proxy, or an array to specify different proxies for different protocols. Types string array Default None Constant G...
  • 调用链追踪

    调用链追踪 安装 通过 Composer 安装组件 增加组件配置 opentracking/opentracking 版本申明 使用 配置 配置追踪开关 选择追踪器驱动 配置 Zipkin 配置 Jaeger 配置中间件 配置 Span tag 更换采样器 接入阿里云链路追踪服务 使用其他 Tracer 驱动 Reference...
  • 发送请求

    发送请求 创建客户端 发送请求 异步请求 并发请求 发送请求 你可以使用Guzzle的 GuzzleHttp\ClientInterface 对象来发送请求。 创建客户端 use GuzzleHttp \Client ; $client = new Client ([ // Base URI is ...
  • Mail

    Mail Configuration API Drivers Mailgun Driver Mandrill Driver Log Driver Basic Usage Embedding Inline Attachments Embedding An Image In An E-Mail View Embedding Raw Data In ...
  • body

    body body Summary The body option is used to control the body of an entity enclosing request (e.g., PUT, POST, PATCH). Types string fopen() resource Psr\Http\Message\Stre...
  • Redirects

    Redirects Redirects Guzzle will automatically follow redirects unless you tell it not to. You can customize the redirect behavior using the allow_redirects request option. S...
  • 2.6. interface

    2.6 Interface Interface What is an interface Type of Interface Value of interface Empty interface Method arguments of an interface Type of variable in an interface Embedded i...