Replies: 2 comments 1 reply
-
@vilinski I think this is a bug, due to not setting the content headers correctly. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also, I think about moving all the content/body based headers into the "body" section of the builder for the next major release. Do you have any thoughts on this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@ronaldschlenker Is it possible to send a gzipped content? tried to send one to an influxdb using
binary
. But what I have understood from the outputs, theContentEncoding
header is lostThis is the code I have used
it evaluates to this, containing all defined headers:
But after it sent I've got this, without ContentEncoding? :
After all, is there a way how to send a custom HttpContent instead?
Beta Was this translation helpful? Give feedback.
All reactions