Class HarReadRequest
- Namespace
- Fluxzy.Readers
- Assembly
- Fluxzy.Core.dll
public class HarReadRequest
- Inheritance
-
HarReadRequest
- Inherited Members
-
Properties
BodySize
public int BodySize { get; set; }
Property Value
- int
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>
HttpVersion
public string HttpVersion { get; set; }
Property Value
- string
Method
public string Method { get; set; }
Property Value
- string
PostData
public HarReadPostData PostData { get; set; }
Property Value
- HarReadPostData
Url
public string Url { get; set; }
Property Value
- string