RequestID returns the request identifier from the response header or request header.
()
| 99 | Path(override ...string) string |
| 100 | // RequestID returns the request identifier from the response header or request header. |
| 101 | RequestID() string |
| 102 | // Req returns a convenience type whose API is limited to operations |
| 103 | // on the incoming request. |
| 104 | Req() Req |
no outgoing calls