MCPcopy Create free account
hub / github.com/3rdparty/libprocess / InternalServerError

Class InternalServerError

include/process/http.hpp:825–832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

823
824
825struct InternalServerError : Response
826{
827 InternalServerError()
828 : InternalServerError("500 Internal Server Error.") {}
829
830 explicit InternalServerError(const std::string& body)
831 : Response(body, Status::INTERNAL_SERVER_ERROR) {}
832};
833
834
835struct NotImplemented : Response

Callers 10

processMethod · 0.85
streamMethod · 0.85
startMethod · 0.85
sendfileFunction · 0.85
streamFunction · 0.85
sendFunction · 0.85
handleMethod · 0.85
TEST_PFunction · 0.85
TEST_FFunction · 0.85
~HttpEventMethod · 0.85

Calls

no outgoing calls

Tested by 2

TEST_PFunction · 0.68
TEST_FFunction · 0.68