Replace ManagedHttpListener submodule in favor of NuGet package.

It's SpaceWizards.HttpListener now!
This commit is contained in:
Pieter-Jan Briers
2022-04-14 23:49:01 +02:00
parent 237e37ff30
commit 1327d6bf25
6 changed files with 4 additions and 20 deletions

View File

@@ -18,8 +18,8 @@ using Robust.Shared.IoC;
using Robust.Shared.Log;
using Robust.Shared.Network;
using Robust.Shared.Utility;
using HttpListener = ManagedHttpListener.HttpListener;
using HttpListenerContext = ManagedHttpListener.HttpListenerContext;
using HttpListener = SpaceWizards.HttpListener.HttpListener;
using HttpListenerContext = SpaceWizards.HttpListener.HttpListenerContext;
// This entire file is NIHing a REST server because pulling in libraries is effort.
// Also it was fun to write.