namespace DTLib.Web; /// public enum HttpMethod { GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS, TRACE, CONNECT }