* Get a HTTP Request Header value * * @param key * @returns
(key: string)
| 108 | * @returns |
| 109 | */ |
| 110 | header(key: string) { |
| 111 | return this.request.headers[key]; |
| 112 | } |
| 113 | |
| 114 | /** |
| 115 | * Parse and get uploaded files. It uses `formidable` internally. |
no outgoing calls
no test coverage detected