UNPKG

pepipost

Version:

Official nodejs library for sending email using web API v5

14 lines (11 loc) 200 B
'use strict'; /** * Creates an instance of HttpContext. */ class HttpContext { constructor() { this.request = null; this.response = null; } } module.exports = HttpContext;