comparison Framework/Oracle/WebAssemblyOracle.cpp @ 831:d71cf8504159

handling of GET arguments
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 31 May 2019 10:30:22 +0200
parents 9a6c7a5dcb76
children 266e2b0b9abc
comparison
equal deleted inserted replaced
830:171a486a0373 831:d71cf8504159
277 method_ = method; 277 method_ = method;
278 } 278 }
279 279
280 void SetUri(const std::string& uri) 280 void SetUri(const std::string& uri)
281 { 281 {
282 uri_ = uri; 282 uri_ = oracle_.orthancRoot_ + uri;
283 } 283 }
284 284
285 void SetBody(std::string& body /* will be swapped */) 285 void SetBody(std::string& body /* will be swapped */)
286 { 286 {
287 body_.swap(body); 287 body_.swap(body);