URLRequestMethod.hx 107 B

123456
  1. package flash.net;
  2. extern class URLRequestMethod {
  3. static var GET : String;
  4. static var POST : String;
  5. }