openfl.net
.. | |
---|---|
NetConnection | |
NetStream | |
ObjectEncoding | |
URLLoader | The URLLoader class downloads data from a URL as text, binary data, or URL-encoded variables. It is useful for downloading text files, XML, or other information to be used in a dynamic, data-driven application. |
URLLoaderDataFormat | The URLLoaderDataFormat class provides values that specify how downloaded data is received. |
URLRequest | The URLRequest class captures all of the information in a single HTTP
request. URLRequest objects are passed to the |
URLRequestDefaults | |
URLRequestHeader | A URLRequestHeader object encapsulates a single HTTP request header and
consists of a name/value pair. URLRequestHeader objects are used in the
|
URLRequestMethod | The URLRequestMethod class provides values that specify whether the
URLRequest object should use the |
URLVariables | The URLVariables class allows you to transfer variables between an
application and a server. Use URLVariables objects with methods of the
URLLoader class, with the |