Ti0s@微风飘呀飘
Results
1
issues of
Ti0s@微风飘呀飘
``` c = request.Client{ Context: context.Background(), Method: "POST", URL: url, Timeout: TIMEOUT, ProxyURL: "http://127.0.0.1:8080", URLEncodedForm: "username=admin&password=123456", } resp = c.Send() resp.Code() # 200 ```