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

Method Forbidden

include/process/http.hpp:736–737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734struct Forbidden : Response
735{
736 Forbidden()
737 : Forbidden("403 Forbidden.") {}
738
739 explicit Forbidden(const std::string& body)
740 : Response(body, Status::FORBIDDEN) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected