cast.framework. NetworkRequestInfo
class static
HTTP(s) Request/Response information.
Constructor
NetworkRequestInfo
new NetworkRequestInfo()
Properties
content
nullable Uint8Array
The content of the request. Can be used to modify license request body.
headers
Object
An object containing properties that you would like to send in the header.
url
nullable string
The URL requested.
withCredentials
boolean
Indicates whether CORS Access-Control requests should be made using credentials such as cookies or authorization headers.