module HAR

Overview

HTTP Archive v1.2

One of the goals of the HTTP Archive format is to be flexible enough so, it can be adopted across projects and various tools. This should allow effective processing and analyzing data coming from various sources. Notice that resulting HAR file can contain privacy & security sensitive data and user-agents should find some way to notify the user of this fact before they transfer the file to anyone else.

Extended Modules

Defined in:

har.cr
har/browser.cr
har/cache.cr
har/cache_request.cr
har/content.cr
har/cookie.cr
har/creator.cr
har/data.cr
har/entry.cr
har/header.cr
har/log.cr
har/page.cr
har/page_timings.cr
har/param.cr
har/post_data.cr
har/query_string.cr
har/request.cr
har/response.cr
har/time_converter.cr
har/timings.cr
har/version.cr
har/websocket_message.cr

Constant Summary

VERSION = {{ (`shards version \"/srv/crystaldoc.info/github-NeuraLegion-har-v1.2.0/src/har\"`).chomp.stringify }}

Instance Method Summary

Instance Method Detail

def from_file(file : String) : Log #

[View source]
def from_string(string : String) : Log #

[View source]