Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ Forbidden
Class
Forbidden
include/process/http.hpp:734–741 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
732
733
734
struct Forbidden : Response
735
{
736
Forbidden()
737
: Forbidden(
"403 Forbidden."
) {}
738
739
explicit Forbidden(const std::string& body)
740
: Response(body, Status::FORBIDDEN) {}
741
};
742
743
744
struct NotFound : Response
Callers
3
_consume
Method · 0.85
TEST_F
Function · 0.85
apply
Method · 0.85
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.68