mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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 = [
|
const HTTP_METHODS = [
|
||||||
'GET',
|
'GET',
|
||||||
// 'POST',
|
// 'POST',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue