move type to different folder
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace SimpleHttpServer.Types;
|
||||
|
||||
public enum HttpRequestType {
|
||||
GET,
|
||||
HEAD,
|
||||
POST,
|
||||
PUT,
|
||||
DELETE,
|
||||
CONNECT,
|
||||
OPTIONS,
|
||||
TRACE,
|
||||
PATCH,
|
||||
}
|
||||
Reference in New Issue
Block a user