class com.akifox.asynchttp.HttpMethod

Available on all platforms

HttpMethod

This static class is used to list the available Http Methods

TODO: This implementation will probably change in the future in favour of enums

@author Simone Cingano (yupswing) Akifox Studio

@repo akifox-asynchttp repository

@licence MIT Licence

Class Fields

static var DELETE:String

static var GET:String

static var POST:String

static var PUT:String