We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
6aaf95a
There was an error while loading. Please reload this page.
新增WebSocket协议支持
新增HttpContext对Cookie的操作函数:WriteCookie\WriteCookieObj\RemoveCookie\ReadCookie\ReadCookieObj 启用pool优化对象管理,节约GC压力
将fasthttp引擎变更为原生nethttp引擎 升级go版本从1.6->1.7.3
增加HttpModule、ExceptionHandle、NotFound、Error特性支持
扩展HttpContext支持方法
初始版本,基于fasthttp引擎