File: unannotated_echo_service.yaml

package info (click to toggle)
golang-github-grpc-ecosystem-grpc-gateway 2.20.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,236 kB
  • sloc: javascript: 357; makefile: 147; sh: 26
file content (15 lines) | stat: -rw-r--r-- 538 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
type: google.api.Service
config_version: 3

http:
  rules:
  - selector: grpc.gateway.examples.internal.proto.examplepb.UnannotatedEchoService.Echo
    post: "/v1/example/echo/{id}"
    additional_bindings:
    - get: "/v1/example/echo/{id}/{num}"
  - selector: grpc.gateway.examples.internal.proto.examplepb.UnannotatedEchoService.EchoBody
    post: "/v1/example/echo_body"
    body: "*"
  - selector: grpc.gateway.examples.internal.proto.examplepb.UnannotatedEchoService.EchoDelete
    delete: "/v1/example/echo_delete"