Interface RequestInfo

Index

Properties

Properties

optional public binaryStringRequestBody?: boolean

optional public binaryStringResponseBody?: boolean

Currently need fix to get ginary response. Details: http://techmikael.blogspot.ru/2013/07/how-to-copy-files-between-sites-using.html

optional public body?: any

Can be string or bytearray depending on binaryStringRequestBody field

optional public error?: (response: SP.ResponseInfo, error: SP.RequestExecutorErrors, statusText: string) => void

optional public headers?: { [key: string]: string; }

(): string

Returns

string

optional public method?: string

optional public state?: any

optional public success?: (response: SP.ResponseInfo) => void

optional public timeout?: number

public url: string