如何使用$ resource POST动作设置自定义标头?

时间:2019-05-29 05:31:12

标签: angularjs ngresource custom-headers

自AngularJS起,用于$ resource的

标头就可用

格式为

$resource('url/to/json', {}, {
    get: {
        method: 'GET',
        headers: { 'something': 'anything' }
    }
});

上面正在为Get Method工作,但我想使用$ resource POST方法设置自定义标头

0 个答案:

没有答案