Interface HttpJsonOptions

interface HttpJsonOptions {
    body?: any;
    headers?: HashMap<string>;
    response_type?: "json";
}

Hierarchy (View Summary)

Properties

body?: any
headers?: HashMap<string>
response_type?: "json"