Seastar
High performance C++ framework for concurrent servers
|
Throwing this exception will result in a redirect to the given url
#include <seastar/http/exception.hh>
Public Member Functions | |
redirect_exception (const std::string &url, http::reply::status_type status=http::reply::status_type::moved_permanently) | |
virtual const char * | what () const noexcept |
http::reply::status_type | status () const |
virtual const std::string & | str () const |
Public Attributes | |
std::string | url |