Skip to content

Commit

Permalink
add --compressed flag to curl
Browse files Browse the repository at this point in the history
  • Loading branch information
iBicha committed Oct 31, 2023
1 parent 5287070 commit 3eb4565
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playlet-lib/src/source/services/HttpClient.bs
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ namespace HttpClient
command = `curl "${m.BuildUrl()}"`
command += ` \\\n -X ${m._method}`
command += ` \\\n --max-time ${m._timeoutSeconds}`
command += ` \\\n --compressed`

if m._headers <> invalid
for each key in m._headers
Expand Down

0 comments on commit 3eb4565

Please sign in to comment.