https://github.com/ClockGet/AsyncMiddleWare
模仿.net core mvc中间件的设计模式(简化版),实现参考了asp.net core的代码HttpAbstractions和nodejs的开源库koa
https://github.com/ClockGet/AsyncMiddleWare
Last synced: about 1 year ago
JSON representation
模仿.net core mvc中间件的设计模式(简化版),实现参考了asp.net core的代码HttpAbstractions和nodejs的开源库koa
- Host: GitHub
- URL: https://github.com/ClockGet/AsyncMiddleWare
- Owner: ClockGet
- License: mit
- Created: 2017-07-11T10:09:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T02:17:42.000Z (over 8 years ago)
- Last Synced: 2024-11-13T04:55:44.582Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 28.3 KB
- Stars: 78
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AsyncMiddleWare
模仿.net core mvc中间件的设计模式(简化版),实现参考了asp.net core的代码[HttpAbstractions](https://github.com/aspnet/HttpAbstractions "HttpAbstractions")和nodejs的开源库[koa](https://github.com/koajs/koa "koa")