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

com.binance.connector.client.enums.HttpMethod Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package com.binance.connector.client.enums;

public enum HttpMethod {
    POST,
    GET,
    PUT,
    DELETE,
    INVALID
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy