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