Archive-Har 0.21 Latest
Kwalitee Issues
No Core Issues.
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Archive::Har | Provides an interface to HTTP Archive (HAR) files | 0.21 | metacpan |
Archive::Har::Browser | Represents the browser that created of the HTTP Archive | 0.21 | metacpan |
Archive::Har::Creator | Represents the creator (software) of the HTTP Archive | 0.21 | metacpan |
Archive::Har::Entry | Represents a single http request/response pair inside the HTTP Archive | 0.21 | metacpan |
Archive::Har::Entry::Cache | Represents the cache for a single request/response pair inside the HTTP Archive | 0.21 | metacpan |
Archive::Har::Entry::Cache::Request | Represents a cache request for a cache inside the HTTP Archive | 0.21 | metacpan |
Archive::Har::Entry::Cookie | Represents a single http cookie object for a request or response inside the HTTP Archive | 0.21 | metacpan |
Archive::Har::Entry::Header | Represents a single http header object for a request or response inside the HTTP Archive | 0.21 | metacpan |
Archive::Har::Entry::Request | Represents a single http request inside the HTTP Archive | 0.21 | metacpan |
Archive::Har::Entry::Request::PostData | Represents a single name/value pair from the query string for a request inside the HTTP Archive | 0.21 | metacpan |
Archive::Har::Entry::Request::PostData::Params | Represents a single name/value pair from the query string for a request inside the HTTP Archive | 0.21 | metacpan |
Archive::Har::Entry::Request::QueryString | Represents a single name/value pair from the query string for a request inside the HTTP Archive | 0.21 | metacpan |
Archive::Har::Entry::Response | Represents a single http response inside the HTTP Archive | 0.21 | metacpan |
Archive::Har::Entry::Response::Content | Represents the content for a response inside the HTTP Archive | 0.21 | metacpan |
Archive::Har::Entry::Timings | Represents the timings for the individual phases during a request/response pair inside the HTTP Archive | 0.21 | metacpan |
Archive::Har::Page | Represents a single page inside the HTTP Archive | 0.21 | metacpan |
Archive::Har::Page::PageTimings | Represents detailed timing of page within the HTTP Archive | 0.21 | metacpan |