package com.github.kristofa.test.http; /** * Defines http methods. * * @author kristof */ public enum Method { GET, POST, PUT, DELETE; }