|
SNode.C
|
This is the complete list of members for express::Response, including all inherited members.
| append(const std::string &field, const std::string &value) | express::Response | |
| attachment(const std::string &fileName="") | express::Response | |
| clearCookie(const std::string &name, const std::map< std::string, std::string > &options={}) | express::Response | |
| cookie(const std::string &name, const std::string &value, const std::map< std::string, std::string > &options={}) | express::Response | |
| download(const std::string &file, const std::function< void(int)> &onError) | express::Response | |
| download(const std::string &file, const std::string &fileName, const std::function< void(int)> &onError) | express::Response | |
| end() | express::Response | |
| getSocketContext() const | express::Response | |
| header(const std::string &field) | express::Response | |
| isConnected() const | express::Response | |
| json(const nlohmann::json &json) | express::Response | |
| location(const std::string &loc) | express::Response | |
| operator=(Response &)=delete | express::Response | |
| operator=(Response &&) noexcept=delete | express::Response | |
| redirect(const std::string &loc, const std::string &html={}) | express::Response | |
| redirect(int state, const std::string &loc, const std::string &html={}) | express::Response | |
| Response(const std::shared_ptr< web::http::server::Response > &response) noexcept | express::Response | explicit |
| Response(Response &)=delete | express::Response | explicit |
| Response(Response &&) noexcept=delete | express::Response | explicit |
| responseBase | express::Response | private |
| send(const char *chunk, std::size_t chunkLen) | express::Response | |
| send(const std::string &chunk) | express::Response | |
| sendFile(const std::string &file, const std::function< void(int)> &callback) | express::Response | |
| sendFragment(const char *chunk, std::size_t chunkLen) | express::Response | |
| sendFragment(const std::string &chunk) | express::Response | |
| sendHeader() | express::Response | |
| sendStatus(int state, const std::string &html={}) | express::Response | |
| set(const std::string &field, const std::string &value, bool overwrite=true) | express::Response | |
| set(const std::map< std::string, std::string > &headers, bool overwrite=true) | express::Response | |
| setTrailer(const std::string &field, const std::string &value, bool overwrite=true) | express::Response | |
| status(int status) | express::Response | |
| type(const std::string &type) | express::Response | |
| upgrade(const std::shared_ptr< Request > &request, const std::function< void(const std::string)> &status) | express::Response | |
| vary(const std::string &field) | express::Response | |
| ~Response() | express::Response |