package io.github.azagniotov.stubby4j.handlers.strategy.admin; public enum HttpVerbsEnum { GET, PUT, POST, DELETE; }