package net.tylermurphy.ken.api; public enum HTTPMethod { GET, POST, PUT, DELETE }