SendHeader sends the header metadata. The provided md and headers set by SetHeader() will be sent. It fails if called multiple times.
(metadata.MD)
| 1594 | // The provided md and headers set by SetHeader() will be sent. |
| 1595 | // It fails if called multiple times. |
| 1596 | SendHeader(metadata.MD) error |
| 1597 | // SetTrailer sets the trailer metadata which will be sent with the RPC status. |
| 1598 | // When called more than once, all the provided metadata will be merged. |
| 1599 | SetTrailer(metadata.MD) |
no outgoing calls