1.10.82
What's new? Reverse proxy
Thanks to @mlaily for adding a new command line option to enable simple reverse proxy settings (#85). When used, dotnet-serve will forward HTTP requests matching a pattern to a different backend.
Usage sample: dotnet-serve --reverse-proxy /api/{**all}=http://localhost:5000
For more details, see https://github.com/natemcmaster/dotnet-serve/tree/v1.10.82#reverse-proxy
How to get this update
Update to the latest version:
dotnet tool update -g dotnet-serve
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/dotnet-serve/1.10.82
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=dotnet-serve