github.com/grpc-ecosystem/grpc-gateway/v2@v2.19.1/examples/internal/proto/examplepb/unannotated_echo_service.yaml (about)

     1  type: google.api.Service
     2  config_version: 3
     3  
     4  http:
     5    rules:
     6    - selector: grpc.gateway.examples.internal.proto.examplepb.UnannotatedEchoService.Echo
     7      post: "/v1/example/echo/{id}"
     8      additional_bindings:
     9      - get: "/v1/example/echo/{id}/{num}"
    10    - selector: grpc.gateway.examples.internal.proto.examplepb.UnannotatedEchoService.EchoBody
    11      post: "/v1/example/echo_body"
    12      body: "*"
    13    - selector: grpc.gateway.examples.internal.proto.examplepb.UnannotatedEchoService.EchoDelete
    14      delete: "/v1/example/echo_delete"
    15