我第一次遇到这个标题并且不确定它的作用或意思.我四处搜寻,找不到我要找的东西.
我正在尝试使用PHP SoapClient类来使用SOAP API,并且它返回一个空响应和这些响应头.此外,没有抛出任何异常.
HTTP/1.1 200 OK
X-Backside-Transport: FAIL FAIL,FAIL FAIL
Connection: close
Transfer-Encoding: chunked
Content-Type: text/xml
Date: Tue, 21 Jun 2016 20:09:50 GMT
X-Client-IP: xx.xxx.xxx.xxx
Run Code Online (Sandbox Code Playgroud)
任何帮助表示赞赏.
我有这个代码:
Route::group(['prefix' => 'somthing'], function () {
Route::group(['middleware' => ['something']], function () {
Route::group(['prefix' => 'somethingelse'], function () {
Route::group(['prefix' => 'someotherthing'], function () {
Route::get('something', ['uses' => 'SomethingController@something'); // Here color scheme doesn't show up properly
});
});
});
});
Run Code Online (Sandbox Code Playgroud)
在那里(在哪里Route::get被称为),颜色方案没有正确显示:
从那一点开始的任何东西在默认颜色方案中以白色显示(也不适用于其他颜色方案).
ST3 3114 build,64bit.操作系统Windows 8.1.屏幕截图2材质主题更亮.