feat: add search

This commit is contained in:
ThetaDev 2022-10-10 01:09:13 +02:00
parent 6251ec1bd9
commit ecb84e32e1
19 changed files with 710 additions and 106 deletions

View file

@ -31,7 +31,7 @@ impl RustyPipeQuery {
msgs: Vec::new(),
deobf_data: None,
http_request: crate::report::HTTPRequest {
url: url,
url,
method: "GET".to_owned(),
req_header: BTreeMap::new(),
req_body: String::new(),