diff --git a/lib/context.js b/lib/context.js index 43fbae3..78d0eb0 100644 --- a/lib/context.js +++ b/lib/context.js @@ -924,31 +924,6 @@ Context.prototype = { } }, - /** - * Get the trailing headers to a request. - * - * @param {Object} - * @api public - */ - - get trailers() { - return this.req.trailers; - }, - - /** - * Add trailing headers to the response. - * - * Maybe: - * - throw if not chunked encoding - * - * @param {object} headers - * @api public - */ - - addTrailers: function(headers){ - return this.res.addTrailers(headers); - }, - /** * Append `val` to header `field`. *