type ParentRespData struct {
Reuse rfc.Reuse
OriginCode int OriginReqSuccess bool// OriginConnectFailed is whether the connection to the origin succeeded. It's possible to get a failure response from an origin, but have the connection succeed. OriginConnectFailed bool OriginBytes uint64 ProxyStr string}
ParentResponseData contains data about the parent/origin response.