Searched refs:ServerRequest (Results 1 – 5 of 5) sorted by relevance
808 function onServerStream(ServerRequest, ServerResponse, argument811 const request = new ServerRequest(stream, headers, undefined, rawHeaders);
330 Status ServerRequest(worker_id_t worker_id);
85 auto f = std::bind(&CacheServer::ServerRequest, this, std::placeholders::_1); in DoServiceStart()972 Status CacheServer::ServerRequest(worker_id_t worker_id) { in ServerRequest() function in mindspore::dataset::CacheServer
108 You can also `pipe()` from `http.ServerRequest` instances, as well as to `http.ServerResponse` inst…
2400 * http.ServerRequest 'close' sometimes gets an error argument3679 * Bugfix: node.http.ServerRequest.setBodyEncoding('ascii') not