package
Version:
v0.2.8-beta16
Opens a new window with list of versions in this module.
Published: Aug 3, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type HttpTime struct {
DnsTime time.Duration `json:"dnsTime" dc:"dns响应时间"`
ConnectTime time.Duration `json:"connectTime" dc:"链接时间"`
ResponseTime time.Duration `json:"responseTime" dc:"请求响应时间"`
TotalTime time.Duration `json:"totalTime" dc:"总耗时"`
}
HttpTime 请求到响应花费的时间
Source Files
¶
Click to show internal directories.
Click to hide internal directories.