Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
http::HttpResponse Member List

This is the complete list of members for http::HttpResponse, including all inherited members.

bodyhttp::HttpResponse
cookieshttp::HttpResponse
file_fdhttp::HttpResponse
file_sizehttp::HttpResponse
headershttp::HttpResponse
html(const std::string &h) &http::HttpResponseinline
html(const std::string &h) &&http::HttpResponseinline
HttpResponse()=defaulthttp::HttpResponse
HttpResponse(HttpResponse &&other) noexcepthttp::HttpResponse
HttpResponse(const HttpResponse &)=deletehttp::HttpResponse
json(const std::string &j) &http::HttpResponseinline
json(const std::string &j) &&http::HttpResponseinline
json(const nlohmann::json &j) &http::HttpResponseinline
json(const nlohmann::json &j) &&http::HttpResponseinline
operator=(HttpResponse &&other) noexcepthttp::HttpResponse
operator=(const HttpResponse &)=deletehttp::HttpResponse
render(const std::string &template_path, const nlohmann::json &data)http::HttpResponse
send(const std::string &b) &http::HttpResponseinline
send(const std::string &b) &&http::HttpResponseinline
send_file(const std::string &path, const std::string &content_type)http::HttpResponse
serialize() consthttp::HttpResponse
serialize_headers() consthttp::HttpResponse
set_body(const std::string &b, const std::string &content_type="text/plain")http::HttpResponse
set_cookie(const Cookie &cookie)http::HttpResponseinline
set_cookie(const std::string &name, const std::string &value)http::HttpResponseinline
status(HttpStatus code) &http::HttpResponseinline
status(HttpStatus code) &&http::HttpResponseinline
status_codehttp::HttpResponse
~HttpResponse()http::HttpResponse