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

Allow editing protobuf message content #561

Open
pimterry opened this issue Mar 6, 2024 · 0 comments
Open

Allow editing protobuf message content #561

pimterry opened this issue Mar 6, 2024 · 0 comments

Comments

@pimterry
Copy link
Member

pimterry commented Mar 6, 2024

Since #80 was resolved, you can now view protobuf content, but it would also be useful to be able to edit it too. There's two main use cases for this:

  • Editing body content at a breakpoint
  • Defining response body content in rules, or request body content when sending requests

A schema is required to do this, but we may be able to get by autogenerating the schema internally (#560) and generating content for that. We will definitely need some way to mark content as 'invalid' though during editing though (which we don't really have for other editing cases, which are effectively just highlighting & validation, not encoding) which is a bit tricky from a UX POV.


Does this affect you too? Click below and add a 👍 to vote for this and help decide where HTTP Toolkit goes next, or go vote on the other most popular ideas so far.

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

1 participant