MCPcopy 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
734struct 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
744struct NotFound : Response

Callers 3

_consumeMethod · 0.85
TEST_FFunction · 0.85
applyMethod · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68