HttpMethod

com.akifox.asynchttp.HttpMethod (Class)

##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

Static Members

GET: String

POST: String

PUT: String

DELETE: String


CONNECT: String

OPTIONS: String

TRACE: String

PATCH: String