Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
har
v1.1.8
HAR
Browser
Cache
CacheRequest
Content
Cookie
Creator
Data
Entry
Header
Log
Page
PageTimings
Param
PostData
QueryString
Request
Response
TimeConverter
Timings
WebSocketMessage
Built with Crystal 1.9.2
2023-10-08 06:18:19 UTC
module
HAR::TimeConverter
Overview
This module is used to skip ill-formed timestamps
Defined in:
har/time_converter.cr
Constant Summary
Log
=
::
Log
.
for
(
self
)
Class Method Summary
.from_json
(pull : JSON::PullParser)
.to_json
(value : Time, build : JSON::Builder)
Class Method Detail
def self.
from_json
(pull : JSON::PullParser)
#
[
View source
]
def self.
to_json
(value : Time, build : JSON::Builder)
#
[
View source
]