return ZennoPoster.HTTP.Request(
method: ZennoLab.InterfacesLibrary.Enums.Http.HttpMethod.GET,
url: "https://httpbin.org/anything",
content: string.Empty,
contentPostingType: "application/x-www-form-urlencoded",
proxy: project.GetProxy(),
Encoding: "UTF-8",
respType...