icsxie
Results
2
issues of
icsxie
Hello, if I want to add a mask branch on the basis of your target detection code, is the following code correct? The question now is that the mask loss...
处理请求的时候好像没使用go原生的context,为啥?用这个HttpContext是因为能带更多信息? ``` // HTTPContext context of a api call type HTTPContext struct { Request *http.Request Response http.ResponseWriter buf *bytes.Buffer header []httpHeader user *user.TypeDB userGot bool } ```