mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 13:52:46 -07:00
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:
@@ -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>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user