MCPcopy Create free account
hub / github.com/mgonto/restangular / withHttpConfig

Function withHttpConfig

src/restangular.js:1209–1212  ·  view source on GitHub ↗
(httpConfig)

Source from the content-addressed store, hash-verified

1207 }
1208
1209 function withHttpConfig(httpConfig) {
1210 this[config.restangularFields.httpConfig] = httpConfig;
1211 return this;
1212 }
1213
1214 function save(params, headers) {
1215 if (this[config.restangularFields.fromServer]) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…