SNode.C
Loading...
Searching...
No Matches
express::Response Member List

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() constexpress::Response
header(const std::string &field)express::Response
json(const nlohmann::json &json)express::Response
location(const std::string &loc)express::Response
operator=(Response &)=deleteexpress::Response
operator=(Response &&) noexcept=deleteexpress::Response
redirect(const std::string &loc)express::Response
redirect(int state, const std::string &loc)express::Response
Response(const std::shared_ptr< web::http::server::Response > &response) noexceptexpress::Responseexplicit
Response(Response &)=deleteexpress::Responseexplicit
Response(Response &&) noexcept=deleteexpress::Responseexplicit
responseBaseexpress::Responseprivate
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)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