[fetch] PATCH verb (#50)

Should the patch verb be included in the spec? (https://tools.ietf.org/html/rfc5789)

here -
https://fetch.spec.whatwg.org/#methods#concept-method-normalize

and
https://fetch.spec.whatwg.org/#http-network-or-cache-fetch
```
If request's body is null and request's method is `HEAD`, `POST`, or `PUT`, set contentLengthValue to `0`.
```

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/50

Received on Thursday, 7 May 2015 10:36:40 UTC