-
```
The elevator pitch - give classes a hook to introspect a type at injector
creation time. Then
whenever an instance of that type is instantiated, the classes get a callback.
This can be used to …
-
- httpsign
- cache
- gzip
- cors
- session
-
```
See
http://groups.google.com/group/google-guice-dev/browse_thread/thread/a48e0e70fc7
33309
Attached is a ProxyProvider class (with unit test).
Usage:
bind(Foo.class).toProvider(
new ProxyPr…
-
I couldn't find a way in Wire to intercept all the requests and handle their responses. Without that implementing things like authentication is much harder.
The way it works in `io.grpc` is that yo…
-
Aider version: 0.60.0
Python version: 3.12.7
Platform: macOS-15.1-arm64-arm-64bit
Python implementation: CPython
Virtual environment: Yes
OS: Darwin 24.1.0 (64bit)
Git version: git version 2.39.…
-
Currently, in the `client.Post` method, we create a request, then run the request through interceptor chain, if one interceptor were to change `GQLRequestInfo`, it won't get reflected.
If we moved …
-
I would like to learn more about Interceptor scripts, and, if possible, share some examples of the most used ones with a brief description just to understand, in addition to those in the documentation…
-
### Description
The [current](https://github.com/grpc/grpc-swift/blob/main/docs/interceptors-tutorial.md) interceptor implementation sits on top of each service client. This forces the implementati…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
With a NestJS gRPC server that uses a interceptor, client stream calls are not working.…
-
```
See
http://groups.google.com/group/google-guice-dev/browse_thread/thread/a48e0e70fc7
33309
Attached is a ProxyProvider class (with unit test).
Usage:
bind(Foo.class).toProvider(
new ProxyPr…