SP.RequestInfo object (sp.requestexecutor.js)

Represents information sent in a RequestExecutor request.

Applies to: JavaScript | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.RequestInfo()

Members

The RequestInfo object has the following members.

Constructor

The RequestInfo object has the following constructor.

Constructor

Description

RequestInfo

Properties

The RequestInfo object has the following properties.

Property

Description

binaryStringRequestBody

binaryStringResponseBody

body

error

headers

method

state

success

timeout

url

See also

Other resources

RequestExecutor object