Skip to content

Commit f5e0366

Browse files
royeojohanbrandhorst
authored andcommitted
Fix the url of gRPC timeouts on README.md
1 parent 4f282c3 commit f5e0366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ To use the same port for custom HTTP handlers (e.g. serving `swagger.json`), gRP
220220
* Mapping streaming APIs to newline-delimited JSON streams
221221
* Mapping HTTP headers with `Grpc-Metadata-` prefix to gRPC metadata (prefixed with `grpcgateway-`)
222222
* Optionally emitting API definition for [Swagger](http://swagger.io).
223-
* Setting [gRPC timeouts](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md) through inbound HTTP `Grpc-Timeout` header.
223+
* Setting [gRPC timeouts](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md#requests) through inbound HTTP `Grpc-Timeout` header.
224224
* Partial support for [gRPC API Configuration]((https://cloud.google.com/endpoints/docs/grpc/grpc-service-config)) files as an alternative to annotation.
225225
226226
### Want to support

0 commit comments

Comments
 (0)