Hi Aaron,
What headers are you talking about specifically? For any StackMob specific headers (e.g. Range, X-StackMob-OrderBy, X-StackMob-CascadeDelete, etc) the SDK has convenience methods for adding those to a request. In iOS, for example, this is made available via the StackMob singleton and use of the StackMobQuery class (the singleton generates a request w/ the proper headers based on the passed in StackMobQuery instance). I'm assuming you are looking into this as part of your work on the Titanium Module, perhaps you could explain in a little more detail what you are trying to expose in your module and I can help point you in the right direction.
it is supported in the REST API, can we use the same approach when
using Android and IOS SDK