MySQL 8.4.0
Source Code Documentation
request.cc File Reference
#include "http/server/request.h"
#include <string_view>
#include <utility>
#include "http/base/http_time.h"
#include "http/base/status_code.h"
#include "http/base/uri.h"
#include "m_string.h"

Namespaces

namespace  http
 
namespace  http::server
 

Typedefs

using http::server::Headers = ServerRequest::Headers
 
using http::server::IOBuffer = ServerRequest::IOBuffer
 

Variables

std::string_view k_err_html_response_format
 

Variable Documentation

◆ k_err_html_response_format

std::string_view k_err_html_response_format
Initial value:
{
"<HTML><HEAD>\n"
"<TITLE>%d %s</TITLE>\n"
"</HEAD><BODY>\n"
"<H1>%s</H1>\n"
"</BODY></HTML>\n"}