Add response time to SSR GET log (#29)

* feat: add response time to SSR GET log

* feat: update version to v0.10.1
This commit is contained in:
Valerio Ageno
2024-08-19 18:25:00 +02:00
committed by GitHub
parent 60f622542f
commit d0a6c59c62
12 changed files with 37 additions and 16 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ impl From<Uri> for Location {
#[derive(Debug, Clone)]
pub struct Request {
uri: Uri,
pub uri: Uri,
pub headers: HeaderMap,
pub params: HashMap<String, String>,
}