Skip to content

Commit d34d3e3

Browse files
Update readme.
1 parent eb2595c commit d34d3e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ Asynchronous gRPC client and server implementation built on top of `protocol-grp
1212
- **Method-based stubs** - Create type-safe stubs from `Protocol::GRPC::Interface` definitions. Accepts both PascalCase and snake\_case method names for convenience.
1313
- **Server middleware** - `DispatcherMiddleware` routes requests to registered services based on path.
1414
- **All RPC patterns** - Supports unary, server streaming, client streaming, and bidirectional streaming RPCs.
15-
- **Interface-based services** - Define services using `Protocol::GRPC::Interface` with automatic PascalCase to snake\_case method name conversion for Ruby implementations.
16-
- **HTTP/2 transport** - Built on `async-http` with automatic HTTP/2 multiplexing and connection pooling.
15+
- **HTTP/1 and HTTP/2 transport** - Built on `async-http` with automatic HTTP/2 multiplexing and connection pooling.
1716

1817
## Usage
1918

0 commit comments

Comments
 (0)