(attribute: string)
| 29 | getAttributes(): { [key: string]: string }; |
| 30 | putAttribute(attribute: string, value: string): void; |
| 31 | removeAttribute(attribute: string): void; |
| 32 | setHttpResponseCode(code: number | null): void; |
| 33 | setRequestPayloadSize(bytes: number | null): void; |
| 34 | setResponseContentType(contentType: string | null): void; |
no outgoing calls
no test coverage detected