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

fr.whimtrip.ext.jwhtscrapper.enm.Method Maven / Gradle / Ivy

The newest version!
package fr.whimtrip.ext.jwhtscrapper.enm;

/**
 *
 * 

Part of project jwht-scrapper

*

Created on 27/07/18

* *

* Defines currently supported HTTP methods. *

* * @author Louis-wht * @since 1.0.0 */ public enum Method { /** * GET HTTP method */ GET, /** * POST HTTP method */ POST; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy