|
xrpld
|
#include <json_body.h>

Public Types | |
| using | const_buffers_type = boost::asio::const_buffer |
Public Member Functions | |
| template<bool IsRequest, class Fields> | |
| writer (boost::beast::http::header< IsRequest, Fields > const &fields, value_type const &value) | |
| boost::optional< std::pair< const_buffers_type, bool > > | get (boost::beast::error_code &ec) |
Static Public Member Functions | |
| static void | init (boost::beast::error_code &ec) |
Private Attributes | |
| std::string | bodyString_ |
Definition at line 57 of file json_body.h.
| using xrpl::JsonBody::writer::const_buffers_type = boost::asio::const_buffer |
Definition at line 62 of file json_body.h.
|
explicit |
Definition at line 65 of file json_body.h.
|
static |
Definition at line 73 of file json_body.h.
| boost::optional< std::pair< const_buffers_type, bool > > xrpl::JsonBody::writer::get | ( | boost::beast::error_code & | ec | ) |
Definition at line 81 of file json_body.h.
|
private |
Definition at line 59 of file json_body.h.