Affected by GO-2022-0585
and 1 other vulnerabilities
GO-2022-0585: Server-Side Request Forgery in Apache Traffic Control in github.com/apache/trafficcontrol
GO-2024-3358: SQL injection in Apache Traffic Control in github.com/apache/trafficcontrol

The highest tagged major version is
v8.
package
Version:
v5.1.4+incompatible
Opens a new window with list of versions in this module.
Published: Nov 5, 2021
License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 1 more
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 15
Opens a new window with list of known importers.
Documentation
¶
type HttpResult struct {
RequestTime time.Time `json:"requestTime"`
Host string `json:"host"`
LatencyUsec int64 `json:"latency"`
Err error `json:"error"`
Status int `json:"httpStatus"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.