scalpel/http

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

Installs: 3

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/scalpel/http

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

This package is auto-updated.

Last update: 2025-09-29 01:24:00 UTC


README

基于swoole的一个http server, 实现

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

Install

composer install scalpel/http

说明

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