Skip to content

Commit

Permalink
Easier support for application/x-protobuf with lambda functions (#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriygavriluk authored Oct 31, 2023
1 parent ae64439 commit ca4289d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public abstract class AbstractAspNetCoreFunction<TREQUEST, TRESPONSE> : Abstract
["image/x-icon"] = ResponseContentEncoding.Base64,
["application/zip"] = ResponseContentEncoding.Base64,
["application/pdf"] = ResponseContentEncoding.Base64,
["application/x-protobuf"] = ResponseContentEncoding.Base64,
};

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

0 comments on commit ca4289d

Please sign in to comment.