Seastar
High performance C++ framework for concurrent servers
|
There are cases where a json request needs to return a successful empty reply. The json_void class will be used to mark that the reply should be empty.
#include <seastar/json/json_elements.hh>
Public Member Functions | |
virtual std::string | to_json () const |
virtual future | write (output_stream< char > &s) const |
write to an output stream More... | |
|
inlinevirtual |
create a formatted string of the object.
Implements seastar::json::jsonable.
|
inlinevirtual |
write to an output stream
Reimplemented from seastar::json::jsonable.