move type to different folder
This commit is contained in:
parent
92e472d526
commit
ea74cb899c
|
|
@ -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,
|
||||||
Loading…
Reference in New Issue
Block a user