Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
685
struct 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
695
struct TemporaryRedirect : Response
Callers
3
handle
Method · 0.85
TEST_F
Function · 0.85
TEST_P
Function · 0.85
Calls
no outgoing calls
Tested by
2
TEST_F
Function · 0.68
TEST_P
Function · 0.68