scalpel/http

There is no license information available for the latest version (dev-master) of this package.

dev-master 2019-05-04 01:48 UTC

This package is auto-updated.

Last update: 2024-04-29 03:57:41 UTC


README

基于swoole的一个http server, 实现

  • 批量请求并行运行
  • 静态文件解析
  • https支持
  • 微型MVC

Install

composer install scalpel/http

说明

  • 静态文件的解析不存在错误或异常出现
  • 动态的解析过程,可能存在相关action有Exception, 在DynamicParser::execute()中被捕获, 返回客户端500状态码,且记录错误日志