function get (self, options, uri, settings, name) {
        var value = options[name];
        if (typeof value === "function") {
            return value.call(self, options, uri, settings);
        }