Include `Content-Length` header in COS `Response` (#1572)
* Include `content-length` header in COS `Response`
* Fix content-length header type
Should be string
* Make header name upper case
The [spec seems to prefer](https://fetch.spec.whatwg.org/#concept-header-list) this style.
---------
Co-authored-by: Joshua Lochner <admin@xenova.com>