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

com.squareup.square.legacy.http.request.HttpMethod Maven / Gradle / Ivy

There is a newer version: 44.2.0.20250521
Show newest version
package com.squareup.square.legacy.http.request;

import io.apimatic.coreinterfaces.http.Method;

/**
 * HTTP methods enumeration.
 */
public enum HttpMethod implements Method {
    GET,
    POST,
    PUT,
    PATCH,
    DELETE,
    HEAD
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy