return this.response(status(HttpResponseStatus.FOUND.code()), header(HttpHeaders.LOCATION, checkNotNullOrEmpty(url, "URL should not be null")));
}
@Override
protected HttpResponseSetting onRequestAttached(final RequestMatcher matcher) {
HttpSetting baseSetting = new HttpSetting(matcher);
addSetting(baseSetting);
return baseSetting;
}