docs: minor notes
This commit is contained in:
@@ -8,3 +8,7 @@
|
|||||||
- [ ] File management
|
- [ ] File management
|
||||||
- [ ] Auto-cleanup
|
- [ ] Auto-cleanup
|
||||||
- [ ] Transversal utility
|
- [ ] Transversal utility
|
||||||
|
|
||||||
|
## Improvements
|
||||||
|
|
||||||
|
- [ ] Check any potential error in Request Parsing and return a 500 error.
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ pub type Body<'a> = Option<&'a str>;
|
|||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct ProcessedResponse {
|
pub struct ProcessedResponse {
|
||||||
pub data: String,
|
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>;
|
pub type QueryParams<'a> = HashMap<&'a str, &'a str>;
|
||||||
|
|||||||
Reference in New Issue
Block a user