Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The data class for HTTP headers in HTTP server communications.
public var name:String
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The name of the header.
public var value:String
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The value for the header.
public function HTTPHeader(name:String = null, value:String = null)
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Constructor.
Parameters | name:String (default = null ) — The name of the header.
|
|
| value:String (default = null ) — The value for that header.
|
public static const CONTENT_TYPE:String = Content-type
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The Content-type header.
Wed Jul 9 2014, 10:38 PM -07:00