书栈网 · BookStack 本次搜索耗时 0.065 秒,为您找到 42581 个相关结果.
  • 数据返回

    HTTP Server 的数据返回通过ghttp.Response 对象实现,ghttp.Response 对象实现了标准库的http.ResponseWriter 接口。数据输出使用Write* 相关方法实现,并且数据输出采用了Buffer 机制,因此数据的处理效率比较高。任何时候可以通过OutputBuffer 方法输出缓冲区数据到客户端,并清空缓冲区...
  • 数据返回

    HTTP Server 的数据返回通过ghttp.Response 对象实现,ghttp.Response 对象实现了标准库的http.ResponseWriter 接口。数据输出使用Write* 相关方法实现,并且数据输出采用了Buffer 机制,因此数据的处理效率比较高。任何时候可以通过OutputBuffer 方法输出缓冲区数据到客户端,并清空缓冲区...
  • 自定义命令

    自定义命令 创建控制器 注册控制器 调用控制器 自定义命令 自定义命令需要实现EasySwoole\Console\ModuleInterface 接口的3个方法 创建控制器 新建文件App\Console\TestConsole.php <? php /** * Created by PhpStorm. * Us...
  • HTTP Server APIs

    311 2022-02-21 《Deno v1.18.1 Manual》
    HTTP Server APIs A “Hello World” server Inspecting the incoming request Responding with a response WebSocket support HTTPS support Lower level HTTP server APIs HTTP Server...
  • Upgrade Guide

    675 2019-09-21 《Slim 3 Document》
    Upgrade Guide New PHP version Class \Slim\Slim renamed \Slim\App New Route Function Signature Request and response objects are no longer accessible via the Application object G...
  • Consume External Services

    Consume External Services Prerequisites Step by Step Including HTTP and JSON support Invoke 3rd party http request Handle response errors Process JSON data from 3rd party respo...
  • 7.1.1 Sending your first HTTP request

    7.1.1 Sending your first HTTP request Obtaining a HttpClient Performing an HTTP GET Debugging / Tracing the HTTP Client Client Specific Debugging / Tracing Customizing the HTTP...
  • 7.1.1 Sending your first HTTP request

    7.1.1 Sending your first HTTP request Obtaining a HttpClient Performing an HTTP GET Debugging / Tracing the HTTP Client Client Specific Debugging / Tracing Customizing the HTTP...
  • 7.1.1 Sending your first HTTP request

    7.1.1 Sending your first HTTP request Obtaining a HttpClient Performing an HTTP GET Debugging / Tracing the HTTP Client Client Specific Debugging / Tracing Customizing the HTTP...
  • Cache filter

    Cache filter Step 1: Start all of our containers Step 2: Test Envoy’s HTTP caching capabilities Example responses 1. valid-for-minute 2. private 3. no-cache Cache filter R...