Skip to content

Instantly share code, notes, and snippets.

@zavr-1
Created December 23, 2019 13:53
Show Gist options
  • Save zavr-1/bdbfd430bc6fd049fd0b60d4ee483c06 to your computer and use it in GitHub Desktop.
Save zavr-1/bdbfd430bc6fd049fd0b60d4ee483c06 to your computer and use it in GitHub Desktop.
/**
* Context prototype.
*/
const proto = module.exports = {
/**
* Return JSON representation.
*
*/
toJSON() {
return {
request: this.request.toJSON(),
// ...
};
},
/**
* Similar to .throw(), adds assertion.
*/
assert: httpAssert,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment