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

Class BadRequest

include/process/http.hpp:705–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703
704
705struct BadRequest : Response
706{
707 BadRequest()
708 : BadRequest("400 Bad Request.") {}
709
710 explicit BadRequest(const std::string& body)
711 : Response(body, Status::BAD_REQUEST) {}
712};
713
714
715struct Unauthorized : Response

Callers 15

toggleMethod · 0.85
helpMethod · 0.85
startMethod · 0.85
stopMethod · 0.85
asHttpMethod · 0.85
startMethod · 0.85
stopMethod · 0.85
downloadRawProfileMethod · 0.85
downloadGraphProfileMethod · 0.85
statisticsMethod · 0.85
handleMethod · 0.85

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.68
runMethod · 0.68
foreachpairMethod · 0.68
TEST_FFunction · 0.68