twirp icon indicating copy to clipboard operation
twirp copied to clipboard

PHP port of Twitch's Twirp RPC framework

Results 37 twirp issues
Sort by recently updated
recently updated
newest added

Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.28.0 to 1.28.1. Release notes Sourced from google.golang.org/protobuf's releases. v1.28.1 This release contains protoc-gen-go binaries for arm64. Notable changes since v1.28.0: CL/418677: internal/impl: improve MessageInfo.New performance CL/411377:...

area/dependencies

**Is your feature request related to a problem? Please describe.** It's annoying that examples need to be manually regenerated after merging. **Describe the solution you'd like** Automate example regeneration using...

### Preflight Checklist - [X] I have searched the [issue tracker](https://www.github.com/twirphp/twirp/issues) for an issue that matches the one I want to file, without success. ### Problem Description #86 introduced custom...

area/server
area/runtime
kind/rfc

### Preflight Checklist - [X] I have searched the [issue tracker](https://www.github.com/twirphp/twirp/issues) for an issue that matches the one I want to file, without success. ### Problem Description Twirp introduced a...

area/server
area/runtime
kind/rfc

In all my code that calls the rpc services I end up wrapping the call in a try catch and doing the same error treatment. I was looking at if...

area/client

Since this package aims to be a direct port of Twirp, we should consider adding support for interceptors: https://twitchtv.github.io/twirp/docs/interceptors.html

area/server
area/client

https://twitchtv.github.io/twirp/docs/hooks.html

area/server

https://twitchtv.github.io/twirp/docs/errors.html

area/server
area/client

**Overview** Implement interceptors **What this PR does / why we need it** Fixes #41 **Special notes for your reviewer** **Does this PR introduce a user-facing change?** ```release-note Adds interceptors to...

### Preflight Checklist - [X] I have searched the [issue tracker](https://www.github.com/twirphp/twirp/issues) for an issue that matches the one I want to file, without success. ### Problem Description CI does not...