LLVM 17.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 73 of file HTTPServer.h.
unsigned llvm::StreamingHTTPResponse::Code |
Definition at line 74 of file HTTPServer.h.
Called after the response transfer is complete with the success value of the transfer.
Definition at line 80 of file HTTPServer.h.
size_t llvm::StreamingHTTPResponse::ContentLength |
Definition at line 76 of file HTTPServer.h.
Definition at line 75 of file HTTPServer.h.
HTTPContentProvider llvm::StreamingHTTPResponse::Provider |
Definition at line 77 of file HTTPServer.h.