proxygen
|
#include <HTTPErrorPage.h>
Classes | |
struct | Page |
Public Member Functions | |
virtual | ~HTTPErrorPage () |
virtual Page | generate (uint64_t requestID, unsigned httpStatusCode, const std::string &reason, std::unique_ptr< folly::IOBuf > body, const std::string &detailReason) const =0 |
An HTTPErrorPage generates the content for a web page that Proxygen can return in response to various error conditions.
Definition at line 25 of file HTTPErrorPage.h.
|
inlinevirtual |
|
pure virtual |
Implemented in proxygen::HTTPStaticErrorPage.
Referenced by proxygen::HTTPDirectResponseHandler::onHeadersComplete().