3. Fixed http header access error in service fn's req object;
working on ...
- change default services mount point to `<app_name>/[file_name/]<fn_name>`;
- transitive relational fields access support in Serve(Model); (reflection, 1 lvl only)
- cors and CORS middleware (mode: all/regex, tagged-only);
- objects as direct response; (experimental, since fn/models are services...)
- Model.signals.event for faster signal hook-up with fn;
- permissions (uri/model, object) and ModelObjectBackend auth backend, (link m-m [ObjectPermission, object.pk] to user/group as object_permissions);
- refine serve* (+validation);
- api listing (view, templates and static);
- case(in=.json, out=.json) (shortcut);
- [optional] task (asgi channel_layer/workers), live result notify;
- [optional] schedule(period=, retry=), this indicates it is a task;