-
Beta Was this translation helpful? Give feedback.
Answered by
pront
Sep 3, 2025
Replies: 1 comment 2 replies
-
Hi @bfdyanshe, this is an implementation of https://github.com/vectordotdev/vector/blob/master/src/sources/util/http/prelude.rs#L52-L58. Components may implement it differently. Can you share your configuration and describe a bit more what you want to achieve? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
http_server
is indeed not using the headers or the query parameters. There is also an feature request here to support response body customization which IIUC is what you are asking for here.