Lines Matching defs:client
567 constructor (client, socket, { exports }) { argument
1087 function onError (client, err) { argument
1164 async function connect (client) { argument
1329 function emitDrain (client) { argument
1334 function resume (client, sync) { argument
1351 function _resume (client, sync) { argument
1480 function write (client, request) { argument
1630 …writeIterable({ body: body.stream(), client, request, socket, contentLength, header, expectsPayloa… property
1632 writeBlob({ body, client, request, socket, contentLength, header, expectsPayload }) property
1635 writeStream({ body, client, request, socket, contentLength, header, expectsPayload }) property
1637 writeIterable({ body, client, request, socket, contentLength, header, expectsPayload }) property
1645 function writeH2 (client, session, request) { argument
1860 client, property
1872 client, property
1884 client, property
1895 client, property
1909 function writeStream ({ h2stream, body, client, request, socket, contentLength, header, expectsPayl… property
1942 const writer = new AsyncWriter({ socket, request, contentLength, client, expectsPayload, header }) property
2024 async function writeBlob ({ h2stream, body, client, request, socket, contentLength, header, expects… property
2059 async function writeIterable ({ h2stream, body, client, request, socket, contentLength, header, exp… property
2116 const writer = new AsyncWriter({ socket, request, contentLength, client, expectsPayload, header }) property
2140 constructor ({ socket, request, contentLength, client, expectsPayload, header }) { property
2274 function errorRequest (client, request, err) { argument