this.body = options.body ? new Buffer(options.body, this.encoding) : null; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this.body = options.body ? new Buffer(options.body, this.encoding) : null; |