refactored player

This commit is contained in:
ThetaDev 2022-09-13 15:44:50 +02:00
parent 6cc927031a
commit 925652acdd
11 changed files with 1102 additions and 107 deletions

View file

@ -30,8 +30,6 @@ pub struct Report {
// pub deobf_data: Option<DeobfData>,
/// HTTP request data
pub http_request: HTTPRequest,
/// Debug print of deserialized response object
pub deserialized: Option<String>,
}
#[derive(Debug, Clone, Serialize, Deserialize)]