From 7b757b2d234f906209b3af8c360c154b2ac99198 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Thu, 10 Jun 2021 10:30:06 -0500 Subject: [PATCH] Clarify explanation of reinterpreted request methods in the requests guide. --- site/guide/4-requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/guide/4-requests.md b/site/guide/4-requests.md index 16f97a01..85daf011 100644 --- a/site/guide/4-requests.md +++ b/site/guide/4-requests.md @@ -58,7 +58,7 @@ your application explicitly handles. ### Reinterpreting -Because HTML forms can only be directly submitted as `GET` or `POST` requests, +Because web browsers only support submitting HTML forms as `GET` or `POST` requests, Rocket _reinterprets_ request methods under certain conditions. If a `POST` request contains a body of `Content-Type: application/x-www-form-urlencoded` and the form's **first** field has the name `_method` and a valid HTTP method name