feat/fix: Allow zip MIME type (#2902)

Not a standard MIME type but see issue #2898
This commit is contained in:
Tom Longhurst
2024-04-10 21:32:18 +01:00
committed by GitHub
parent 92ff70b5ed
commit 889bf25979

View File

@@ -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;