mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
update comment for ghttp.Request (#1968)
This commit is contained in:
@ -31,8 +31,8 @@ type Request struct {
|
||||
Session *gsession.Session // Session.
|
||||
Response *Response // Corresponding Response of this request.
|
||||
Router *Router // Matched Router for this request. Note that it's not available in HOOK handler.
|
||||
EnterTime int64 // Request starting time in microseconds.
|
||||
LeaveTime int64 // Request to end time in microseconds.
|
||||
EnterTime int64 // Request starting time in milliseconds.
|
||||
LeaveTime int64 // Request to end time in milliseconds.
|
||||
Middleware *middleware // Middleware manager.
|
||||
StaticFile *staticFile // Static file object for static file serving.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user