Class HarReadResponse
- Namespace
- Fluxzy.Readers
- Assembly
- Fluxzy.Core.dll
public class HarReadResponse
- Inheritance
-
HarReadResponse
- Inherited Members
-
Properties
BodySize
public int BodySize { get; set; }
Property Value
- int
Content
public HarReadResponseContent Content { get; set; }
Property Value
- HarReadResponseContent
EffectiveBodySize
[JsonIgnore]
public int EffectiveBodySize { get; }
Property Value
- int
[JsonIgnore]
public int EffectiveHeaderSize { get; }
Property Value
- int
public int HeaderSize { get; set; }
Property Value
- int
public List<HarReadHeader> Headers { get; set; }
Property Value
- List<HarReadHeader>
Status
public int Status { get; set; }
Property Value
- int
StatusText
public string? StatusText { get; set; }
Property Value
- string