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

Method BadRequest

include/process/http.hpp:707–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected