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

Class ServiceUnavailable

include/process/http.hpp:845–852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

843
844
845struct ServiceUnavailable : Response
846{
847 ServiceUnavailable()
848 : ServiceUnavailable("503 Service Unavailable.") {}
849
850 explicit ServiceUnavailable(const std::string& body)
851 : Response(body, Status::SERVICE_UNAVAILABLE) {}
852};
853
854
855namespace path {

Callers 1

sendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected