美文网首页
Swoole HttpServer

Swoole HttpServer

作者: zshanjun | 来源:发表于2017-06-28 17:34 被阅读55次

HttpServer 介绍

  • HttpServer 本质是swoole_server, 其协议解析部分固定使用Http协议解析
  • 完整的Http协议请求会被解析并封装在swoole_http_request对象内
  • 所有的Http响应都通过swoole_http_response对象进行封装和发送

相关文章

网友评论

      本文标题:Swoole HttpServer

      本文链接:https://www.haomeiwen.com/subject/qeoucxtx.html