-
Notifications
You must be signed in to change notification settings - Fork 22
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
Unary GET support #196
Comments
Related: apple/swift-protobuf#1477 |
Adding the necessary configuration options upstream: |
Waiting for a 1.x to be tagged in SwiftProtobuf to include apple/swift-protobuf#1487 |
rebello95
added a commit
that referenced
this issue
Nov 13, 2023
## Summary Implements support for Connect unary GET requests per https://connectrpc.com/docs/protocol#unary-get-request. By default, this behavior is disabled and can be enabled through an option on `ProtocolClientConfig` (as demonstrated in the Eliza app). Behavior is exercised in a new conformance test, but I do intend to add more unit tests for this after #208. ## Linked issues - Requires apple/swift-protobuf#1487 - Related to apple/swift-protobuf#1478 - Related to apple/swift-protobuf#1480 - Resolves #196
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue is to track support for Connect's Unary GET requests: https://connectrpc.com/docs/protocol#unary-get-request
The text was updated successfully, but these errors were encountered: