Spec returns a description of this call.
()
| 23 | type CallInfo interface { |
| 24 | // Spec returns a description of this call. |
| 25 | Spec() Spec |
| 26 | // Peer describes the other party for this call. |
| 27 | Peer() Peer |
| 28 | // RequestHeader returns the HTTP headers for this request. Headers beginning with |
no outgoing calls