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

Class Accepted

include/process/http.hpp:685–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683
684
685struct Accepted : Response
686{
687 Accepted()
688 : Response(Status::ACCEPTED) {}
689
690 explicit Accepted(const std::string& body)
691 : Response(body, Status::ACCEPTED) {}
692};
693
694
695struct TemporaryRedirect : Response

Callers 3

handleMethod · 0.85
TEST_FFunction · 0.85
TEST_PFunction · 0.85

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.68
TEST_PFunction · 0.68