Skip to content

Instantly share code, notes, and snippets.

@zavr-1
Last active December 23, 2019 14:10
Show Gist options
  • Save zavr-1/8f10b1392f77a682281620726561eb43 to your computer and use it in GitHub Desktop.
Save zavr-1/8f10b1392f77a682281620726561eb43 to your computer and use it in GitHub Desktop.
/**
* Set accept object.
* @api private NOT JSDOC
*/
set accept(obj) {
this._accept = obj;
},
/**
* Return request header.
* @api public NOT JSDOC
*/
get header() {
return this.req.headers;
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment