proxygen
|
#include <HTTPErrorPage.h>
Public Member Functions | |
Page (const std::string &pageContentType, std::unique_ptr< folly::IOBuf > pageContent) | |
Page (Page &&other) noexcept | |
Public Attributes | |
const std::string | contentType |
std::unique_ptr< folly::IOBuf > | content |
Definition at line 27 of file HTTPErrorPage.h.
|
inline |
Definition at line 28 of file HTTPErrorPage.h.
|
inlinenoexcept |
Definition at line 32 of file HTTPErrorPage.h.
std::unique_ptr<folly::IOBuf> proxygen::HTTPErrorPage::Page::content |
Definition at line 38 of file HTTPErrorPage.h.
Referenced by proxygen::HTTPDirectResponseHandler::onHeadersComplete().
const std::string proxygen::HTTPErrorPage::Page::contentType |
Definition at line 37 of file HTTPErrorPage.h.
Referenced by proxygen::HTTPDirectResponseHandler::onHeadersComplete().