reactiveui / refit

The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
https://reactiveui.github.io/refit/
MIT License
8.59k stars 746 forks source link

Add Version and HttpVersionPolicy support for HttpRequestMessage for Http 3 #1799

Closed infofromca closed 1 month ago

infofromca commented 2 months ago

Is your feature request related to a problem? Please describe.

Supports transitioning between networks. This feature is useful for mobile devices where it's common to switch between WIFI and cellular networks as a mobile device changes location. https://learn.microsoft.com/en-us/dotnet/core/extensions/httpclient-http3

Describe the solution you'd like

Add Version and HttpVersionPolicy support for HttpRequestMessage

Describe alternatives you've considered

Describe suggestions on how to achieve the feature

Additional context

github-actions[bot] commented 1 month ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.