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

Add network request data support. #271

Merged

Conversation

kannanvijayan
Copy link

Adds network request support for form data only. I tried for a while to poke around to get streams also but it's a bit convoluted and I think I might have to wrap an existing mojo::Remote<ChunkedData> with my own mojo::Remote that implements the same interface and traps info.

Tested this briefly but I don't see request data showing up in the UI yet, so something is still wrong even with the non-stream request data. Still needs fixing before landing.

@kannanvijayan kannanvijayan force-pushed the kannan/run-721-chromium-netmonitor-request-body-data branch from ce1be7c to 5f7698a Compare December 8, 2022 16:05
@kannanvijayan
Copy link
Author

kannanvijayan commented Dec 8, 2022

Ok this works now, and I can see form request data coming back in the UI for a simple test case I wrote.

This does NOT handle streaming request data.

@kannanvijayan kannanvijayan force-pushed the kannan/run-721-chromium-netmonitor-request-body-data branch from 5f7698a to 3b023f9 Compare December 8, 2022 17:59
@kannanvijayan kannanvijayan merged commit fd05fa0 into master Dec 8, 2022
@kannanvijayan kannanvijayan deleted the kannan/run-721-chromium-netmonitor-request-body-data branch December 8, 2022 18:00
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

Successfully merging this pull request may close these issues.

None yet

2 participants