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

com.nycjv321.http.client.METHOD Maven / Gradle / Ivy

Go to download

A simple wrapper of Apache's Http Client Library that tries to make interacting with HTTP Easy

The newest version!
package com.nycjv321.http.client;

/**
 * Created by fedora on 12/13/15.
 */
enum METHOD {
    HEAD, GET, POST, PUT
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy