- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 10 Apr 2018 17:48:50 +0000 (UTC)
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 10 April 2018 17:49:41 UTC
I'm not sure why it would be. You already have an analogous operation you are using: > Let value be the value of the header whose name is a byte-case-insensitive match for `Content-Type` in author request headers. What's wrong with just defining it that way? --- As for testing all the MIME types, I was thinking, set Content-Type/the value from the JSON file for every value in the JSON file. Then, check that the resulting Content-Type the server sees is the same as the output from the JSON file, except all charset parameters must be changed to UTF-8 (so do something like `s/charset=[A-Z-]+/charset=UTF-8`). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/xhr/pull/176#issuecomment-380189283
Received on Tuesday, 10 April 2018 17:49:41 UTC