mirror of
https://github.com/projectdiscovery/httpx
synced 2026-06-08 16:50:17 +00:00
merge: reconcile Result struct md tags with dev fields
This commit is contained in:
@@ -102,6 +102,9 @@ type Result struct {
|
||||
Response *httpx.Response `json:"-" csv:"-" md:"-" mapstructure:"-"`
|
||||
FaviconData []byte `json:"-" csv:"-" md:"-" mapstructure:"-"`
|
||||
Trace *retryablehttp.TraceInfo `json:"trace,omitempty" csv:"-" md:"-" mapstructure:"trace"`
|
||||
FileNameHash string `json:"-" csv:"-" md:"-" mapstructure:"-"`
|
||||
CPE []CPEInfo `json:"cpe,omitempty" csv:"cpe" md:"cpe" mapstructure:"cpe"`
|
||||
WordPress *WordPressInfo `json:"wordpress,omitempty" csv:"wordpress" md:"wordpress" mapstructure:"wordpress"`
|
||||
}
|
||||
|
||||
type Trace struct {
|
||||
|
||||
Reference in New Issue
Block a user