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

Implement Twirp protocol v7 #63

Open
marioizquierdo opened this issue Oct 30, 2020 · 2 comments
Open

Implement Twirp protocol v7 #63

marioizquierdo opened this issue Oct 30, 2020 · 2 comments
Assignees

Comments

@marioizquierdo
Copy link

Changes required to implement the new protocol:

  • Error code resource_exhausted should map to 429 (instead of 403).
  • Allow any arbitrary URL prefixes instead of forcing the "/twirp".

See Protocol v7 differences and the Go implementation v7.0.0 release notes for details.

@keathley keathley self-assigned this Oct 30, 2020
@keathley
Copy link
Owner

Thanks, @marioizquierdo. This has been on my list for a bit. I'm going to try to take a look soon

@marioizquierdo
Copy link
Author

btw, I really like the twirp-elixir implementation. I'm surprised how well it maps all the Twirp concepts to the Elixir style 💯

fishtreesugar added a commit to fishtreesugar/twirp-elixir that referenced this issue Oct 11, 2021
zillou added a commit to zillou/twirp-elixir that referenced this issue Jan 14, 2022
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