]> git.argeo.org Git - lgpl/argeo-commons.git/blob - http/HttpMethod.java
Prepare next development cycle
[lgpl/argeo-commons.git] / http / HttpMethod.java
1 package org.argeo.util.http;
2
3 public enum HttpMethod {
4 GET,//
5 ;
6 }