Skip to content

How to get Header information from a request? #29

@lithiumlab

Description

@lithiumlab

Amazing library;

i wonder how to get Header information?

    xhr.POST(Alloy.CFG.api_url +'/authenticate', login_data, onSuccessCallback, onErrorCallback,opts);

function onSuccessCallback(e){
    Ti.API.info('AUTH DATA:', e);
}

Only brings the body.
What about the Headers?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions