Add specific properties to iIncomingHttpHeaders

This commit is contained in:
Kevin Greene
2017-10-27 12:30:59 -07:00
parent 293dc4c62a
commit d17893c89b
8 changed files with 181 additions and 45 deletions

View File

@@ -1332,7 +1332,7 @@ namespace http_tests {
// http headers
{
const headers: http.IncomingHttpHeaders = {
'Content-Type': 'application/json',
'content-type': 'application/json',
'set-cookie': [ 'type=ninja', 'language=javascript' ]
};
}