Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HAR export support #59

Open
atdt opened this issue Aug 28, 2015 · 1 comment
Open

HAR export support #59

atdt opened this issue Aug 28, 2015 · 1 comment

Comments

@atdt
Copy link

atdt commented Aug 28, 2015

There exists a very handy tool for performance analysis called BrowserMob Proxy. It allows you to capture HAR files for any browser by acting as a simple MITM proxy. It does not support SPDY, HTTP 2, or TLS, though. Proxygen could be an ideal replacement, if it had the ability of recording requests and outputting them as HAR. I see that there already exists code for reading / replaying HAR files in the test suite code, so I'm wondering if recording HAR files is on the horizon.

@afrind
Copy link
Contributor

afrind commented Sep 21, 2015

Given that this needs to be a proxy to be really useful, we'd have to do this after making more of our proxy implementations open source. It could be more simply implemented as an HTTP server filter, but it's not on our immediate priority list. Want to send a PR?

facebook-github-bot pushed a commit that referenced this issue Nov 5, 2019
Summary:
This will allow to be able to create different kind of handshake going forward.
Pull Request resolved: facebook/mvfst#59

Reviewed By: siyengar

Differential Revision: D18088574

Pulled By: mjoras

fbshipit-source-id: 0732bb63a9e243fef77cdaf4f76e711fcb09ecdc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants