stcer/j-http

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

0.10 2016-11-22 08:09 UTC

This package is not auto-updated.

Last update: 2024-04-12 05:00:04 UTC


README

基于swoole的一个http server, 实现

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

Install

composer install stcer/j-http

说明

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