Skip to content

Conversation

czirker
Copy link
Contributor

@czirker czirker commented Dec 7, 2022

No description provided.

@czirker czirker requested a review from mecham-lynn December 7, 2022 23:05
'content-encoding': "gzip",
'Content-Type': 'application/json',
},
body: require("zlib").gzipSync(JSON.stringify(response)).toString("base64"),
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@czirker Do you want to check to see if the caller can accept a gzip response first? Or are we just assuming they can because this is an API specifically for Botmon? I'm good either way, just wanted to know your thoughts.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for this one it is just botmon so i was just assuming it accepts gzip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants