VB
Size: a a a
VB
А
S
А
МК
V
ВШ
return response(json_encode([]), 204, [
'Content-Type' => 'application/json',
]);
Content-Type: text/html; charset=UTF-8
header("HTTP/1.0 204 No Content");
header('Content-Type: application/json');
exit();
ВС
П
ВШ
return response(json_encode([]), 204, [
'Content-Type' => 'application/json',
]);
Content-Type: text/html; charset=UTF-8
header("HTTP/1.0 204 No Content");
header('Content-Type: application/json');
exit();
К
return response(json_encode([]), 204, [
'Content-Type' => 'application/json',
]);
Content-Type: text/html; charset=UTF-8
header("HTTP/1.0 204 No Content");
header('Content-Type: application/json');
exit();
ВШ
ВШ
header('Content-Type: application/json');
return response()->json([], 204);
К
ВШ
ВШ
V
Rule::in(['something'])
V
equals
V
П