LLVM 20.0.0git
|
Wraps the content provider with HTTP Status code and headers. More...
#include "llvm/Debuginfod/HTTPServer.h"
Public Attributes | |
unsigned | Code |
const char * | ContentType |
size_t | ContentLength |
HTTPContentProvider | Provider |
std::function< void(bool)> | CompletionHandler = [](bool Success) {} |
Called after the response transfer is complete with the success value of the transfer. | |
Wraps the content provider with HTTP Status code and headers.
Definition at line 83 of file HTTPServer.h.
unsigned llvm::StreamingHTTPResponse::Code |
Definition at line 84 of file HTTPServer.h.
Called after the response transfer is complete with the success value of the transfer.
Definition at line 90 of file HTTPServer.h.
size_t llvm::StreamingHTTPResponse::ContentLength |
Definition at line 86 of file HTTPServer.h.
Definition at line 85 of file HTTPServer.h.
HTTPContentProvider llvm::StreamingHTTPResponse::Provider |
Definition at line 87 of file HTTPServer.h.