com.nycjv321.http.client.METHOD Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simple-http-client Show documentation
Show all versions of simple-http-client Show documentation
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