koajs/koa#668
not sure how we can standardize this... last thing i want is for other people to use a different property name. also want all the text casing to be the same so people don't do:
err.headers = {
'content-type': 'text',
'Content-Type': 'application/json',
}
maybe set .headers = {} by default?
koajs/koa#668
not sure how we can standardize this... last thing i want is for other people to use a different property name. also want all the text casing to be the same so people don't do:
maybe set
.headers = {}by default?