klausxie
Results
1
issues of
klausxie
How to call a https request by use DispatchHttpCall This is my code: ``` cluster := "outbound|443||httpbin.org" headers := [][2]string{ {":scheme", "https"}, {":method", "GET"}, {":path", "/get"}, {":authority", "httpbin.org"}, {"accept", "*/*"},...
question