6 references to MapMethods
HttpStress (1)
Program.cs (1)
492endpoints.MapMethods("/", head, context =>
Microsoft.AspNetCore.Routing (5)
Builder\EndpointRouteBuilderExtensions.cs (5)
70return MapMethods(endpoints, pattern, GetVerb, requestDelegate); 86return MapMethods(endpoints, pattern, PostVerb, requestDelegate); 102return MapMethods(endpoints, pattern, PutVerb, requestDelegate); 118return MapMethods(endpoints, pattern, DeleteVerb, requestDelegate); 134return MapMethods(endpoints, pattern, PatchVerb, requestDelegate);