From ed2deb404e074bafcafdc8a7772e296834343d9f Mon Sep 17 00:00:00 2001 From: carson Date: Sat, 6 Nov 2021 16:07:45 -0600 Subject: [PATCH] link mdn for http methods --- www/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.md b/www/index.md index cdd91fc2..aacffec1 100644 --- a/www/index.md +++ b/www/index.md @@ -25,7 +25,7 @@ IE11 compatible * Why should only `` and `
` be able to make HTTP requests? * Why should only `click` & `submit` events trigger them? -* Why should only GET & POST be available? +* Why should only [GET](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET) & [POST]*(https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/POST) methods be [available](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods)? * Why should you only be able to replace the *entire* screen? By removing these arbitrary constraints htmx completes HTML as a