Closed
Description
I need a way to add custom HTTP headers to parse http requests.
Parse android SDK has an API to add "network interceptors" which can modify request object (or response object either).
It will be good if I can add or remove headers at any point before making requests. I can only set network interceptors at initialization time on android SDK.