(c *gin.Context, req *http.Request, info *common.RelayInfo)
| 204 | } |
| 205 | |
| 206 | func DoRequest(c *gin.Context, req *http.Request, info *common.RelayInfo) (*http.Response, error) { |
| 207 | return doRequest(c, req, info) |
| 208 | } |
| 209 | func doRequest(c *gin.Context, req *http.Request, info *common.RelayInfo) (*http.Response, error) { |
| 210 | var client *http.Client |
| 211 | var err error |