Searched refs:response (Results 1 – 8 of 8) sorted by relevance
19 $response = []; variable23 $response["success"] = false;24 $response["msg"] = "Invalid request.";34 $response["success"] = false;40 $response["success"] = true;41 $response["update"] = (int)$r->votes;43 $response["success"] = false;44 $response["msg"] = $r->message;46 $response["success"] = false;47 $response["msg"] = "The server did not respond properly. Please try again later...";[all …]
102 const response = await fetch(`/js/search-index.php?lang=${language}`); constant103 const data = await response.json();
467 ->then(function (Response $response) {468 return $response->getBody()->buffer();484 $response = $httpClient->request('https://example.com/');485 print json_decode($response->getBody()->buffer())['code'];
359 'http-response-header' => 'reserved.variables.httpresponseheader.php',
210 . Changed http_response_code() to be able to set a response code. (Kalle)2530 "Transfer-Encoding: chunked" header is present in response. It's possible to3191 response code, in cgi sapi). (Ilia)3526 - Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1 response). (Ilia)4383 - Fixed bug #39984 (redirect response code in header() could be ignored5280 - Fixed bug #36400 (Custom 5xx error does not return correct HTTP response error6161 response message). (Jani)6347 "HTTP/1.1 100 Continue" response). (Dmitry)
116 . Changed http_response_code() to be able to set a response code. (Kalle)2434 "Transfer-Encoding: chunked" header is present in response. It's possible to3095 response code, in cgi sapi). (Ilia)3430 - Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1 response). (Ilia)4287 - Fixed bug #39984 (redirect response code in header() could be ignored5184 - Fixed bug #36400 (Custom 5xx error does not return correct HTTP response error6065 response message). (Jani)6251 "HTTP/1.1 100 Continue" response). (Dmitry)
167 . Changed http_response_code() to be able to set a response code. (Kalle)
2 …"!==(r.responseType||"text")||"string"!=typeof r.responseText?{binary:r.response}:{text:r.response…
Completed in 64 milliseconds