Home | History | Annotate | Download | only in net_internals

Lines Matching refs:headers

199         if (k == 'headers' && entry.params[k] instanceof Array) {
303 function stripCookiesAndLoginInfo(headers) {
304 return headers.map(stripCookieOrLoginInfo);
313 var headers = params.headers;
315 headers = stripCookiesAndLoginInfo(headers);
317 return indentLines(' --> ', [lineWithoutCRLF].concat(headers));
321 var headers = entry.params.headers;
323 headers = stripCookiesAndLoginInfo(headers);
324 return indentLines(' --> ', headers);