mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-05 23:06:10 +00:00
feat/fix: Allow zip MIME type (#2902)
Not a standard MIME type but see issue #2898
This commit is contained in:
@@ -81,6 +81,7 @@ namespace Octokit.Internal
|
||||
AcceptHeaders.RawContentMediaType,
|
||||
"application/zip" ,
|
||||
"application/x-gzip" ,
|
||||
"zip" , // Not a standard MIME type but see issue #2898
|
||||
"application/octet-stream"};
|
||||
|
||||
var content = responseMessage.Content;
|
||||
|
||||
Reference in New Issue
Block a user