| D | test-http2-util-headers-list.js | 4 // Tests the internal utility functions that are used to prepare headers 95 const headers = { variable 105 mapToHeaders(headers), 113 const headers = { variable 122 mapToHeaders(headers), 129 const headers = { variable 139 mapToHeaders(headers), 148 const headers = Object.create(base); 149 headers[':path'] = 'abc'; 150 headers.xyz = [1, 2, 3, 4]; [all …]
|