andeya / faygo

Faygo is a fast and concise Go Web framework that can be used to develop high-performance web app(especially API) with fewer codes. Just define a struct handler, faygo will automatically bind/verify the request parameters and generate the online API doc.

Home Page:https://github.com/henrylee2cn/faydoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

faygo支持在非handler直接中断请求吗

shayin opened this issue · comments

faygo支持在非handler直接中断请求吗

支持,调用ctx.Stop()可以直接中断当前操作链[]Handler