Skip to content

Commit 0f6ba80

Browse files
timdeschryverwadepicketttdykstra
authored
uppercase HTTP method PUT (#36125)
uppercase HTTP method PUT Update date for http-files.md Just updated the ms.date to reflect it has been looked at again with this review. --------- Co-authored-by: Wade Pickett <[email protected]> Co-authored-by: Tom Dykstra <[email protected]>
1 parent f3d8902 commit 0f6ba80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/test/http-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: tdykstra
44
description: Learn how to use .http files in Visual Studio 2022 to test ASPNET Core apps.
55
monikerRange: '>= aspnetcore-8.0'
66
ms.author: tdykstra
7-
ms.date: 09/16/2025
7+
ms.date: 09/18/2025
88
ms.topic: how-to
99
uid: test/http-files
1010
---
@@ -43,7 +43,7 @@ The format for an HTTP request is `HTTPMethod URL HTTPVersion`, all on one line,
4343
* [GET](https://developer.mozilla.org/docs/Web/HTTP/Methods/GET)
4444
* [HEAD](https://developer.mozilla.org/docs/Web/HTTP/Methods/HEAD)
4545
* [POST](https://developer.mozilla.org/docs/Web/HTTP/Methods/POST)
46-
* [PUT](https://developer.mozilla.org/docs/Web/HTTP/Methods/put)
46+
* [PUT](https://developer.mozilla.org/docs/Web/HTTP/Methods/PUT)
4747
* [PATCH](https://developer.mozilla.org/docs/Web/HTTP/Methods/PATCH)
4848
* [DELETE](https://developer.mozilla.org/docs/Web/HTTP/Methods/DELETE)
4949
* [TRACE](https://developer.mozilla.org/docs/Web/HTTP/Methods/TRACE)

0 commit comments

Comments
 (0)