File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1+ package flash.net {
2+ public final class URLRequestMethod {
3+ public static const POST : String = "POST" ;
4+ public static const GET : String = "GET" ;
5+ public static const PUT : String = "PUT" ;
6+ public static const DELETE : String = "DELETE" ;
7+ public static const HEAD : String = "HEAD" ;
8+ public static const OPTIONS : String = "OPTIONS" ;
9+ }
10+ }
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ include "flash/geom/Point.as"
3434include " flash/geom/Rectangle.as"
3535include " flash/net/URLLoaderDataFormat.as"
3636include " flash/net/URLRequestHeader.as"
37+ include " flash/net/URLRequestMethod.as"
3738include " flash/text/AntiAliasType.as"
3839include " flash/text/FontStyle.as"
3940include " flash/text/FontType.as"
You can’t perform that action at this time.
0 commit comments