001 002package io.vrap.rmf.base.client; 003 004public enum ApiHttpMethod { 005 GET, POST, DELETE, HEAD, PUT, TRACE, OPTIONS 006}