Searched defs:respond (Results 1 – 11 of 11) sorted by relevance
13 def app(environ, respond): argument
29 fn respond(line: &str) -> Result<bool, String> { in respond() function
14 Http2Stream.prototype.respond = () => 1; method in Http2Stream
44 Http2Stream.prototype.respond = () => currentError.ngError; method in Http2Stream
51 Http2Stream.prototype.respond = () => currentError.ngError; method in Http2Stream
60 function respond () { function
61 function respond () { function
171 void SwiftConfig::respond(Socket *clientSocket, const char *request) in respond() function in sw::SwiftConfig
411 Error respond(ChannelT &C, const FunctionIdT &ResponseId, in respond() function421 Error respond(ChannelT &C, const FunctionIdT &ResponseId, SequenceNumberT SeqNo, in respond() function
2491 enum respond_t respond = RESPONSE_DEFAULT; in handle_request() local
2672 respond(headers, options) { method in ServerHttp2Stream