Skip to content

Commit

Permalink
Gzip Fix on the mustache template
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaggino committed Jun 14, 2021
1 parent 92b99e2 commit 64e2a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/client_gen/swagger_templates/api_client.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class ApiClient(object):
Constructor of the class.
"""
self.rest_client = RESTClientObject()
self.default_headers = {}
self.default_headers["Accept-Encoding"] = 'gzip, deflate'
if header_name is not None:
self.default_headers[header_name] = header_value
if host is None:
Expand Down

0 comments on commit 64e2a9d

Please sign in to comment.