List of HTTP methods used by the library.
The methods are used as the value for the method parameter in http.request.
method
http.request
const List<String> apiMethod = [ "POST", "GET", "PUT", "DELETE" ];