protoc-gen-twirp_js icon indicating copy to clipboard operation
protoc-gen-twirp_js copied to clipboard

Implement Twirp protocol v7

Open marioizquierdo opened this issue 4 years ago • 0 comments

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.

marioizquierdo avatar Oct 30 '20 05:10 marioizquierdo