Skip to content
Docs Try Aspire

HttpMethodTransformExtensions

Class static net10.0
📦 Aspire.Hosting.Yarp v13.1.2
Extensions for modifying the request method.
namespace Aspire.Hosting.Yarp.Transforms;
public static class HttpMethodTransformExtensions
{
// ...
}
WithTransformHttpMethodChange(YarpRoute, string, string)extension
Adds the transform that will replace the HTTP method if it matches.
View all methods