()
| 27 | export interface IHttpMetric { |
| 28 | getAttribute(attribute: string): string | null; |
| 29 | getAttributes(): { [key: string]: string }; |
| 30 | putAttribute(attribute: string, value: string): void; |
| 31 | removeAttribute(attribute: string): void; |
| 32 | setHttpResponseCode(code: number | null): void; |
no outgoing calls
no test coverage detected