Language Version : ActionScript 3.0
Product Version : FlexJS 0.7.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The URLRequest class captures all of the information in a single HTTP request.
URLRequest objects are passed to the load() methods of the URLStream,
and URLLoader classes, and to other loading operations, to initiate URL downloads.
public var contentType:String = application/x-www-form-urlencoded
Language Version : ActionScript 3.0
Product Version : FlexJS 0.7.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Controls the HTTP form submission method.
public var data:Object
Language Version : ActionScript 3.0
Product Version : FlexJS 0.7.0
Runtime Versions : Flash Player 10.2, AIR 2.6
An object containing data to be transmitted with the URL request.
public var method:String = GET
Language Version : ActionScript 3.0
Product Version : FlexJS 0.7.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Controls the HTTP form submission method.
requestHeaders:Array
Implementation public function get requestHeaders():Array
public function set requestHeaders(value:Array):void
public var url:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.7.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The URL to be requested.
public function URLRequest(url:String = null)
Parameters url :String
(default = null
)
The Apache Software Foundation Mon Sep 5 2016, 07:19 AM -07:00