|
MantisBase v0.3.4
|
This is the complete list of members for mb::MantisResponse, including all inherited members.
| getBody() const | mb::MantisResponse | |
| getHeaderValue(const std::string &key, const char *def="", size_t id=0) const | mb::MantisResponse | |
| getHeaderValueCount(const std::string &key) const | mb::MantisResponse | |
| getHeaderValueU64(const std::string &key, size_t def=0, size_t id=0) const | mb::MantisResponse | |
| getLocation() const | mb::MantisResponse | |
| getReason() const | mb::MantisResponse | |
| getResponse() const | mb::MantisResponse | |
| getStatus() const | mb::MantisResponse | |
| getTrailerValue(const std::string &key, size_t id=0) const | mb::MantisResponse | |
| getTrailerValueCount(const std::string &key) const | mb::MantisResponse | |
| getVersion() const | mb::MantisResponse | |
| hasHeader(const std::string &key) const | mb::MantisResponse | |
| hasTrailer(const std::string &key) const | mb::MantisResponse | |
| MantisResponse(httplib::Response &_resp) | mb::MantisResponse | explicit |
| registerDuktapeMethods() | mb::MantisResponse | static |
| send(int statusCode, const std::string &data="", const std::string &content_type="text/plain") const | mb::MantisResponse | |
| sendEmpty(int statusCode=204) const | mb::MantisResponse | |
| sendHtml(int statusCode=200, const std::string &data="") const | mb::MantisResponse | |
| sendJSON(int statusCode=200, const json &data=json::object()) const | mb::MantisResponse | |
| sendText(int statusCode=200, const std::string &data="") const | mb::MantisResponse | |
| setBody(const std::string &b) | mb::MantisResponse | |
| setContent(const char *s, size_t n, const std::string &content_type) const | mb::MantisResponse | |
| setContent(const std::string &s, const std::string &content_type) const | mb::MantisResponse | |
| setContent(std::string &&s, const std::string &content_type) const | mb::MantisResponse | |
| setFileContent(const std::string &path, const std::string &content_type) const | mb::MantisResponse | |
| setFileContent(const std::string &path) const | mb::MantisResponse | |
| setHeader(const std::string &key, const std::string &val) const | mb::MantisResponse | |
| setLocation(const std::string &b) | mb::MantisResponse | |
| setReason(const std::string &b) | mb::MantisResponse | |
| setRedirect(const std::string &url, int status=httplib::StatusCode::Found_302) const | mb::MantisResponse | |
| setStatus(int s) | mb::MantisResponse | |
| setVersion(const std::string &b) | mb::MantisResponse | |
| ~MantisResponse()=default | mb::MantisResponse |