The Wayback Machine - https://web.archive.org/web/20210924193546/https://github.com/topics/aspnetcore
Skip to content
#

aspnetcore

Here are 2,343 public repositories matching this topic...

davidfowl
davidfowl commented Sep 6, 2021

Background and Motivation

Today we have shortcuts for the most common HTTP methods for route handling (GET, POST, PUT, DELETE) but we don't have PATCH (or OPTIONS, TRACE, HEAD). We should add MapPatch to the set of methods we support. MapPatch is also interesting because people can now write custom binders in minimal APIs to handle the body. Today calling MapMethods(..) is the workaround (ht

Improve this page

Add a description, image, and links to the aspnetcore topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aspnetcore topic, visit your repo's landing page and select "manage topics."

Learn more