actions {   new_stream {     request_headers {       headers {         key: ":method"         value: "GET"       }       headers {         key: ":path"         value: "/"       }     }   } } actions {   new_stream {   } } actions {   stream_action {     response {       continue_headers {       }     }   } } actions {   mutate {     offset: 35     value: 54     server: true   } } actions {   stream_action {     response {       headers {       }     }   } }
