* get or set cookies * @param {String} name * @param {String} value * @param {Object} options
(name, value, options)
| 183 | * @param {Object} options |
| 184 | */ |
| 185 | cookie(name, value, options) { |
| 186 | return this.ctx.cookie(name, value, options); |
| 187 | }, |
| 188 | /** |
| 189 | * get or set header |
| 190 | * @param {String} name |