Searched refs:bodySize (Results 1 – 10 of 10) sorted by relevance
66 if (!reader.parse(std::string(response.body(), response.bodySize()), value)) { in buildCoreError()67 if (response.bodySize() > 0) { in buildCoreError()
121 if (request.bodySize() > 0) { in makeRequest()138 ctx->last = ctx->pos + request.bodySize(); in makeRequest()147 if (request.bodySize() > 0) { in makeRequest()
50 std::string(outcome.result().body(), outcome.result().bodySize())); in makeRequest()143 request.setHeader("Content-Length", std::to_string(request.bodySize())); in buildHttpRequest()145 ComputeContentMD5(request.body(), request.bodySize())); in buildHttpRequest()
55 return std::string(outcome.result().body(), outcome.result().bodySize()); in getMetadata()
111 size_t HttpMessage::bodySize() const { return bodySize_; } in bodySize() function in AlibabaCloud::HttpMessage
50 std::string(outcome.result().body(), outcome.result().bodySize())); in makeRequest()
66 std::string(outcome.result().body(), outcome.result().bodySize())); in makeRequest()
40 EXPECT_TRUE(req.bodySize() == body.size()); in TEST()
62 size_t bodySize() const;
53 return out.result().bodySize(); in getResponseBodyByUrl()
Completed in 13 milliseconds