export function InterceptHttp(backend: XHRBackend, options: RequestOptions){ return new HttpExtends(backend, options,{ "Content-Type":"application/json", "user":"Adrian" }); }