All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.bower.lib.node_modules.github.templates.after_request.js.tpl Maven / Gradle / Ivy


            if (!ret)
                ret = {};
            if (typeof ret == "object") {
                if (!ret.meta)
                    ret.meta = {};
                [<%headers%>].forEach(function(header) {
                    if (res.headers[header])
                        ret.meta[header] = res.headers[header];
                });
            }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy