Closed mrydengren closed 3 years ago
Made a quick change to the RouteAttribute to support arbitrary HTTP verbs. Added PATCH for both MVC and WebApi.
RouteAttribute
I'm not sure how you go about testing these attributes, but I tried to follow the convention about defining the common "API".
I can probably add HEAD and OPTIONS attributes as well.
Made a quick change to the
RouteAttribute
to support arbitrary HTTP verbs. Added PATCH for both MVC and WebApi.I'm not sure how you go about testing these attributes, but I tried to follow the convention about defining the common "API".
I can probably add HEAD and OPTIONS attributes as well.