go vendor

This commit is contained in:
lealife
2017-11-30 19:55:33 +08:00
parent 2856da6888
commit 0fb92efbf3
670 changed files with 199010 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# FastHTTP
This module is the for [FastHTTP](https://github.com/valyala/fasthttp) server engine.
It does not support WebSockets.
### app.conf
- **server.engine** You must set this to `fasthttp` in order to use this server engine
### Other Notes
All features from that the go HTTP engine is supported by this server engine.
Memory usage is decreased by avoiding memory allocations. This should
increase overall runtime performance and throughput.