docs: minor notes

This commit is contained in:
2024-12-19 08:02:10 +01:00
parent bebf37162f
commit 2b2707d608
2 changed files with 5 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ pub type Body<'a> = Option<&'a str>;
#[derive(Debug)]
pub struct ProcessedResponse {
pub data: String,
pub status: Status,
pub status: Status, // NOTE: this is dupped, but might be useful so I'll keep it
}
pub type QueryParams<'a> = HashMap<&'a str, &'a str>;