azos icon indicating copy to clipboard operation
azos copied to clipboard

Azos.Client.Http - options for HTTP2 etc.. usage

Open zhabis opened this issue 1 year ago • 0 comments

Related: #722

See: https://www.siakabaro.com/use-http-2-with-httpclient-in-net-6-0/

  HttpClient myHttpClient = new HttpClient
    {
        DefaultRequestVersion = HttpVersion.Version20,
        DefaultVersionPolicy = HttpVersionPolicy.RequestVersionOrLower
    };

zhabis avatar Oct 18 '22 21:10 zhabis