diff --git a/fetch.js b/fetch.js index ce474a03..a2cbe7ad 100644 --- a/fetch.js +++ b/fetch.js @@ -329,7 +329,7 @@ function Body() { } // HTTP methods whose capitalization should be normalized -var methods = ['DELETE', 'GET', 'HEAD', 'OPTIONS', 'POST', 'PUT'] +var methods = ['CONNECT', 'DELETE', 'GET', 'HEAD', 'OPTIONS', 'PATCH', 'POST', 'PUT', 'TRACE'] function normalizeMethod(method) { var upcased = method.toUpperCase()