headers#
- property Service.headers: Mapping[str, str]#
Headers necessary to communicate with the service.
For a gRPC service, this should be translated into metadata included in every communication with the service.
For a REST-like service, this should be translated into headers included in every communication with the service.