loopback/lib
Miroslav Bajtoš ee106e4e15 Implement new http arg mapping optionsFromRequest
Define a new Model method "createOptionsFromRemotingContext" that allows
models to define what "options" should be passed to methods invoked
via strong-remoting (e.g. REST).

Define a new http mapping `http: 'optionsFromRequest'` that invokes
`Model.createOptionsFromRemotingContext` to build the value from
remoting context.

This should provide enough infrastructure for components and
applications to implement their own ways of building the "options"
object.
2017-01-05 10:18:56 +01:00
..
connectors Merge pull request #2489 from STRML/mailAlias 2016-08-16 16:19:45 +02:00
access-context.js update/insert copyright notices 2016-05-03 17:10:46 -07:00
application.js Merge pull request #2697 from strongloop/fix/various 2016-09-01 16:49:36 +02:00
browser-express.js update/insert copyright notices 2016-05-03 17:10:46 -07:00
builtin-models.js common: add KeyValueModel 2016-08-10 15:30:15 +02:00
current-context.js Globalize current-context deprecation messages 2016-08-10 12:40:38 +02:00
express-middleware.js Deprecate getters for express 3.x middleware 2016-05-31 18:58:10 +02:00
loopback.js Deprecate current-context API 2016-08-10 10:58:33 +02:00
model.js Implement new http arg mapping optionsFromRequest 2017-01-05 10:18:56 +01:00
persisted-model.js Add option disabling periodic change rectification 2016-12-21 15:39:08 +01:00
registry.js Revert globalization of assert() messages 2016-08-12 13:51:12 +02:00
runtime.js update/insert copyright notices 2016-05-03 17:10:46 -07:00
server-app.js Backport of #2407 2016-08-05 11:55:32 -04:00
utils.js update/insert copyright notices 2016-05-03 17:10:46 -07:00