Changelog
Kong Gateway 2.6.x
- Fields of type
.google.protobuf.Timestamp
on the gRPC side are now transcoded to and from ISO8601 strings on the REST side. - URI arguments like
..?foo.bar=x&foo.baz=y
are interpreted as structured fields, equivalent to{"foo": {"bar": "x", "baz": "y"}}
.
Previous
gRPC-gateway Configuration Examples