mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add reference for HTTP methods
This commit is contained in:
parent
bcfcbe2271
commit
2794764787
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ const defaultFetchMethod = async function (...args) {
|
|||
})
|
||||
}
|
||||
|
||||
|
||||
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods
|
||||
const HTTP_METHODS = [
|
||||
'GET',
|
||||
// 'POST',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue