Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
http_error.cpp File Reference
#include "internal/http/http_error.h"
#include <sstream>
#include <iomanip>
#include <ctime>
Include dependency graph for http_error.cpp:

Go to the source code of this file.

Namespaces

namespace  kcenon
 
namespace  kcenon::network
 Main namespace for all Network System components.
 
namespace  kcenon::network::internal
 

Functions

auto kcenon::network::internal::get_error_status_text (http_error_code code) -> std::string_view
 Get status text for HTTP error code.
 
static auto kcenon::network::internal::escape_json_string (const std::string &input) -> std::string
 
static auto kcenon::network::internal::escape_html_string (const std::string &input) -> std::string