Add reference for HTTP methods

This commit is contained in:
Sam Carlton 2022-05-21 11:28:28 -05:00
parent bcfcbe2271
commit 2794764787

View file

@ -27,7 +27,7 @@ const defaultFetchMethod = async function (...args) {
})
}
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods
const HTTP_METHODS = [
'GET',
// 'POST',