move type to different folder
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
using SimpleHttpServer.Internal;
|
using SimpleHttpServer.Internal;
|
||||||
|
using SimpleHttpServer.Types;
|
||||||
|
|
||||||
namespace SimpleHttpServer;
|
namespace SimpleHttpServer;
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
namespace SimpleHttpServer;
|
namespace SimpleHttpServer.Types;
|
||||||
|
|
||||||
public enum HttpRequestType {
|
public enum HttpRequestType {
|
||||||
GET,
|
GET,
|
||||||
Reference in New Issue
Block a user