コード例 #1
0
 void SetBody(cr_string body){
    request_.body(body.to_string());
 }
コード例 #2
0
 std::string GetBody(){
     return request_.body();
 }