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

Question: Listening for HTTP requests and responses #254

Open
gtokman opened this issue Jan 26, 2025 · 1 comment
Open

Question: Listening for HTTP requests and responses #254

gtokman opened this issue Jan 26, 2025 · 1 comment

Comments

@gtokman
Copy link

gtokman commented Jan 26, 2025

Cool, project. I was curious if there are event handlers for Request & Response events? I want to be able to track all the API calls that a website is making as I am navigating. I didn't see anything in this realm when browsing the examples.

Also, I know Chrome dev tools supports exporting a HAR (HTTP archive file), which would be great too.

@j-mendez
Copy link
Member

Hi @gtokman atm we do not have any event handlers for this. We should be able to set the event on the browser with a subscription or storing the data in a collection.

Feel free to take the lead on this if you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants