Webserv
Loading...
Searching...
No Matches
error_pages.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
#include "
HttpStatus.hpp
"
5
#include "
HttpResponse.hpp
"
6
7
namespace
http
{
8
9
namespace
error_pages
{
10
11
HttpResponse
generateErrorResponse
(
Status
code, std::string
const
&httpVersion);
12
13
}
// namespace error_pages
14
15
}
// namespace http
HttpResponse.hpp
HttpStatus.hpp
http::HttpResponse
A data container for an HTTP response.
Definition
HttpResponse.hpp:34
http::error_pages
Definition
error_pages.hpp:9
http::error_pages::generateErrorResponse
HttpResponse generateErrorResponse(Status code, std::string const &httpVersion)
Definition
error_pages.cpp:77
http
Definition
error_pages.hpp:7
http::Status
Status
Enumeration of common HTTP status codes.
Definition
HttpStatus.hpp:9
inc
http
error_pages.hpp
Generated by
1.14.0