(_ *callInfo, attempt *csAttempt)
| 282 | |
| 283 | func (o HeaderCallOption) before(*callInfo) error { return nil } |
| 284 | func (o HeaderCallOption) after(_ *callInfo, attempt *csAttempt) { |
| 285 | *o.HeaderAddr, _ = attempt.transportStream.Header() |
| 286 | } |
| 287 | |
| 288 | // Trailer returns a CallOptions that retrieves the trailer metadata |
| 289 | // for a unary RPC. |