|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
#include "pch.h"#include "WebAppCore/Server/WebAppServer.h"#include "WebAppCore/Http/HttpContext.h"#include "System/IO/File.h"#include "System/IO/Path.h"#include "System/ArgumentException.h"#include "System/Console.h"#include <fstream>#include <sstream>#include <algorithm>#include <filesystem>#include <unordered_map>Go to the source code of this file.
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::WebAppCore |
| namespace | DotNetDupe::WebAppCore::Server |
Functions | |
| static DotNetDupe::System::String | DotNetDupe::WebAppCore::Server::HandleStaticRouteOrWebSocket (const DotNetDupe::System::SmartPointer< Builder::WebApplication > &spApp, const DotNetDupe::System::SmartPointer< Http::HttpContext > &ctx, const DotNetDupe::System::String &webRoot, const DotNetDupe::System::String &defaultDoc) |
| static DotNetDupe::System::String | DotNetDupe::WebAppCore::Server::ResolveStaticPath (const DotNetDupe::System::String &reqPath, const DotNetDupe::System::String &webRoot, const DotNetDupe::System::String &defaultDoc) |
| static DotNetDupe::System::String | DotNetDupe::WebAppCore::Server::ServeStaticFile (DotNetDupe::System::SmartPointer< Http::HttpContext > spContext, const DotNetDupe::System::String &webRoot, const DotNetDupe::System::String &defaultDoc) |