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

Method Accepted

include/process/http.hpp:687–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685struct Accepted : Response
686{
687 Accepted()
688 : Response(Status::ACCEPTED) {}
689
690 explicit Accepted(const std::string& body)
691 : Response(body, Status::ACCEPTED) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected