loopback/test
Fabien Franzen 568c8662b4 Support per-model and per-handler remoting options
Allow the developer to pass custom `remoting` options via Model
settings, e.g.

    PersistedModel.extend(
      'MyModel',
      { name: String },
      {
        remoting: { normalizeHttpPath: true }
      });

Also add `options` arg to `app.handler`, this object is passed directly
to strong-remoting handler.
2014-10-22 09:54:15 +02:00
..
e2e
fixtures
util
access-control.integration.js
access-token.test.js
acl.test.js
app.test.js Support per-model and per-handler remoting options 2014-10-22 09:54:15 +02:00
change.test.js
checkpoint.test.js
data-source.test.js
email.test.js
geo-point.test.js
hidden-properties.test.js
integration.test.js
karma.conf.js
loopback.test.js
memory.test.js
model.application.test.js
model.test.js
relations.integration.js
remote-connector.test.js
remoting-coercion.test.js
remoting.integration.js
replication.test.js
rest.middleware.test.js
role.test.js
support.js
user.test.js