All Projects → haralyzer → haralyzer

haralyzer / haralyzer

Licence: MIT license
A Framework For Using HAR Files To Analyze Web Pages

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Labels

Projects that are alternatives of or similar to haralyzer

har-reader
Library for accessing HTTP Archives (HAR) with Java
Stars: ✭ 66 (-25.84%)
Mutual labels:  har
HAR
Code for WWW2019 paper "A Hierarchical Attention Retrieval Model for Healthcare Question Answering"
Stars: ✭ 22 (-75.28%)
Mutual labels:  har
har-to-k6
JSON config representation of K6 script
Stars: ✭ 73 (-17.98%)
Mutual labels:  har
qd-templates
基于开源新版签到框架站发布的公共har模板库,整理自用 qiandao 框架可用的各种网站和App的 Har 模板,仅供学习参考。
Stars: ✭ 77 (-13.48%)
Mutual labels:  har
har-rs
A HTTP Archive format (HAR) serialization & deserialization library, written in Rust.
Stars: ✭ 25 (-71.91%)
Mutual labels:  har
qiandao
[当前版本: 20230111] Qiandao —— 一个HTTP请求定时任务自动执行框架 base on HAR Editor and Tornado Server
Stars: ✭ 2,100 (+2259.55%)
Mutual labels:  har
Httprunner
One-stop solution for HTTP(S) testing, written in Python.
Stars: ✭ 2,628 (+2852.81%)
Mutual labels:  har
request-capture-har
Wrapper for request module that saves all traffic as a HAR file.
Stars: ✭ 37 (-58.43%)
Mutual labels:  har
har-server
Serve responses from a HAR file.
Stars: ✭ 31 (-65.17%)
Mutual labels:  har
node-fetch-har
Generate HAR entries for requests made with node-fetch
Stars: ✭ 23 (-74.16%)
Mutual labels:  har
templates
基于开源新版签到框架站发布的公共har模板库,仅供示例
Stars: ✭ 306 (+243.82%)
Mutual labels:  har
Human Activity Recognition
A new and computationally cheap method to perform human activity recognition using PoseNet and LSTM. Where we use PoseNet for Preprocessing and LSTM for understand the sequence.
Stars: ✭ 25 (-71.91%)
Mutual labels:  har
json-caching-proxy
Node caching HTTP proxy built on top of express-http-proxy. Persists requests and responses to an in-memory HAR-like data structure based on HAR1.2 . Caches JSON content-type responses by default with the ability to cache an entire site; including content-types describing images. Useful for testing front end code, mocking api, and saving the cac…
Stars: ✭ 31 (-65.17%)
Mutual labels:  har

Haralyzer

PyPI - Downloads PyPI - Python Version https://coveralls.io/repos/github/haralyzer/haralyzer/badge.svg?branch=master https://readthedocs.org/projects/haralyzer/badge/?version=latest

A Python Framework For Using HAR Files To Analyze Web Pages.

Documentation

The documentation exists on readthedocs.

Overview

The haralyzer module contains three classes for analyzing web pages based on a HAR file. HarParser() represents a full file (which might have multiple pages). HarPage() represents a single page from said file. HarEntry() represents an entry in a HarPage(), and there are are multiple entries per page. Each HarEntry has a request and response that contains items such as the headers, status code, timings, etc

Contributing

We are always looking for new people to get involved. If you are looking to get involved, then fork this repo and start making changes that you would like to see. If you are making any coding changes, then please create tests (we use pytest) for your code. Documentation should also be created for your additions. You can then submit a PR and we will review it.

Python 2 Support

1.9.0. is the last version that supports Python 2.7.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].