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

    Streams Creating Streams Metadata Stream Decorators Streams Guzzle uses PSR-7 stream objects to represent request and response message bodies. These stream objects allow you...
  • Streams

    Streams Creating Streams Metadata Stream Decorators Streams Guzzle uses PSR-7 stream objects to represent request and response message bodies. These stream objects allow you...
  • Streams

    Streams Creating Streams Metadata Stream Decorators Streams Guzzle uses PSR-7 stream objects to represent request and response message bodies. These stream objects allow you...
  • 响应

    响应 返回 Json 格式 返回 Xml 格式 返回 Raw 格式 返回视图 重定向 Cookie 设置 Gzip 压缩 分块传输编码 Chunk 文件下载 响应 在 Hyperf 里可通过 Hyperf\HttpServer\Contract\ResponseInterface 接口类来注入 Response 代理对象对响应进...
  • 日志接口规范

    日志接口规范 1. 规范说明 1.1 基本规范 1.2 记录信息 1.3 上下文 1.4 助手类和接口 2. 包 3. Psr\Log\LoggerInterface 4. Psr\Log\LoggerAwareInterface 5. Psr\Log\LogLevel 日志接口规范 本文制定了日志类库的通用接口规范。 本规...
  • Requests

    HTTP Requests Accessing The Request Basic Request Information Retrieving The Request URI Retrieving The Request Method PSR-7 Requests Retrieving Input Retrieving An Input Valu...
  • 介绍

    介绍 为什么要用 Swoole? 功能组件 介绍 imi 是基于 PHP 协程应用开发框架,它支持 HttpApi、WebSocket、TCP、UDP 应用开发。 由 Swoole 提供强力驱动,Swoole 拥有常驻内存、协程非阻塞 IO 等特性。 框架遵守 PSR 标准规范,提供 AOP、注解、连接池、请求上下文管理、ORM模型等常用组件...
  • 简介

    Swoft Swoft 首个基于 Swoole 原生协程的新时代 PHP 高性能协程全栈框架,内置协程网络服务器及常用的协程客户端,常驻内存,不依赖传统的 PHP-FPM,全异步非阻塞 IO 实现,以类似于同步客户端的写法实现异步客户端的使用,没有复杂的异步回调,没有繁琐的 yield, 有类似 Go 语言的协程、灵活的注解、强大的全局依赖注入容器、...
  • 中间件

    中间件 定义中间件 全局中间件 局部中间件 注解使用 配置路由使用 中间件 IMI 框架遵循 PSR-7、PSR-15 标准,使用中间件来实现路由。 开发者也可以开发中间件类,对整个请求和响应过程进行自定义处理。 定义中间件 use Imi \Bean\Annotation\Bean ; use Psr \Http\Me...
  • Handlers and Middleware

    Handlers and Middleware Handlers Middleware HandlerStack Creating a Handler Handlers and Middleware Guzzle clients use a handler and middleware system to send HTTP requests...