DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
HttpResponse.cpp File Reference
#include "pch.h"
#include "WebAppCore/Http/HttpContext.h"
#include "System/Console.h"
#include "System/Convert.h"
#include <string>

Go to the source code of this file.

Namespaces

namespace  DotNetDupe
namespace  DotNetDupe::WebAppCore
namespace  DotNetDupe::WebAppCore::Http

Functions

static std::string DotNetDupe::WebAppCore::Http::BuildResponseHeaderString (int statusCode, const System::String &contentType, bool bChunked, const System::Collections::Generic::Dictionary< System::String, System::String > &headers)
static std::string DotNetDupe::WebAppCore::Http::GetHttpStatusMessage (int code)
static void DotNetDupe::WebAppCore::Http::WriteRaw (System::SmartPointer< System::Net::Sockets::NetworkStream > pStream, const std::string &str)