namespace SimpleHttpServer.Types; public enum HttpRequestType { GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH, }