namespace ln.http.api { public enum HttpMethod { HEAD, GET, POST, PUT, PATCH, DELETE, CONNECT, OPTIONS, TRACE } }