Interface HttpOptions

interface HttpOptions {
    body?: any;
    headers?: HashMap<string>;
    response_type?: HttpResponseType;
}

Hierarchy (View Summary)

Properties

body?: any
headers?: HashMap<string>
response_type?: HttpResponseType