Header returns the value of the specified header
(header: string)
| 160 | body(): string | Buffer; |
| 161 | /** Header returns the value of the specified header */ |
| 162 | header(header: string): string | undefined; |
| 163 | } |
| 164 | |
| 165 | /** |
no outgoing calls
no test coverage detected