Skip to content

Commit

Permalink
Add application/wasm in the dictionary of known content types.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishdhingra committed Aug 23, 2024
1 parent e5c5806 commit a251425
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public abstract class AbstractAspNetCoreFunction<TREQUEST, TRESPONSE> : Abstract
["application/zip"] = ResponseContentEncoding.Base64,
["application/pdf"] = ResponseContentEncoding.Base64,
["application/x-protobuf"] = ResponseContentEncoding.Base64,
["application/wasm"] = ResponseContentEncoding.Base64
};

// Defines a mapping from registered content encodings to the response encoding format
Expand Down

0 comments on commit a251425

Please sign in to comment.