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.
BodyCallbacksFilter
1 parent 5c08c21 commit cea39c2Copy full SHA for cea39c2
1 file changed
test/extensions/dynamic_modules/test_data/rust/http.rs
@@ -695,6 +695,7 @@ struct BodyCallbacksFilter {
695
response_body: Vec<u8>,
696
}
697
698
+#[cfg(test)]
699
impl BodyCallbacksFilter {
700
fn get_final_read_request_body<'a>(&'a self) -> &'a Vec<u8> {
701
&self.request_body
0 commit comments