Rest API - how add custom headers?
问题 I want to make POST request with custom header. I can't find information how to do this using AA Rest API - https://github.com/excilys/androidannotations/wiki/Rest%20API . Should I use ClientHttpRequestInterceptor, which is used for authenticated requests? https://github.com/excilys/androidannotations/wiki/Authenticated-Rest-Client Thanks for any help! 回答1: There is currently an open issue for this : https://github.com/excilys/androidannotations/issues/323 For now, the only way to do this is