class HAR::Entries
- HAR::Entries
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
har/json_mapping.crConstructors
- .new(request : HAR::Request, response : HAR::Response, time : Float32 | Float64 | Int32 | Nil = -1)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #cache : Cache | Nil
- #cache=(cache : Cache | Nil)
- #comment : String | Nil
- #comment=(comment : String | Nil)
- #connection : String | Nil
- #connection=(connection : String | Nil)
- #pageref : String | Nil
- #pageref=(pageref : String | Nil)
- #request : Request
- #request=(request : Request)
- #response : Response
- #response=(response : Response)
- #server_ip_address : String | Nil
- #server_ip_address=(server_ip_address : String | Nil)
- #started_date_time : String
- #started_date_time=(started_date_time : String)
- #time : Int32 | Float32 | Float64 | Nil
- #time=(time : Int32 | Float32 | Float64 | Nil)
- #timings : Timings | Array(String) | Nil
- #timings=(timings : Timings | Array(String) | Nil)
Constructor Detail
def self.new(request : HAR::Request, response : HAR::Response, time : Float32 | Float64 | Int32 | Nil = -1)
#