getHeaders method

Map<String, dynamic> getHeaders()

Gets the HTTP headers of the AjaxRequest.

Implementation

Map<String, dynamic> getHeaders() {
  return this._headers;
}