New to Kendo UI for AngularStart a free 30-day trial

Configuration options for the HTTP request.

Definition

Package:@progress/kendo-angular-grid

Properties

The body of the request.

headers?

HttpHeaders

HTTP headers to include with the request.

method?

string

HTTP method to use for the request.

Default:

'POST'

responseType?

"text" | "json" | "arraybuffer" | "blob"

The expected response type.

Default:

'json'

role?

string

The role of the user making the request, e.g., 'user', 'assistant'.

Default:

'user'

Whether to include credentials (cookies, authorization headers) with the request.

Default:

false