package com.zontreck.ariaslib.http; public enum HTTPMethod { GET, POST, PUT, DELETE }