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

com.files.net.HttpMethods Maven / Gradle / Ivy

Go to download

The Files.com Java client library provides convenient access to the Files.com API from JVM based applications.

There is a newer version: 1.4.123
Show newest version
package com.files.net;

public class HttpMethods{
  public enum RequestMethods {
    GET, HEAD, POST, PUT, PATCH, DELETE, OPTIONS, TRACE;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy