All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twilio.twiml.Method Maven / Gradle / Ivy

The newest version!
package com.twilio.twiml;

/**
 * HTTP methods.
 */
public enum Method {
    GET,
    POST
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy