We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4798859 commit faf7da1Copy full SHA for faf7da1
include/fluent-bit/flb_http_common.h
@@ -88,6 +88,7 @@ struct flb_http_server_session;
88
89
struct flb_http_request {
90
int protocol_version;
91
+ cfl_sds_t authority;
92
int method;
93
cfl_sds_t path;
94
cfl_sds_t host;
0 commit comments