Searched refs:m_postBytes (Results 1 – 2 of 2) sorted by relevance
473 job->request().httpBody()->flatten(d->m_postBytes); in setupPOST()474 if (d->m_postBytes.size() != 0) { in setupPOST()475 curl_easy_setopt(d->m_handle, CURLOPT_POSTFIELDSIZE, d->m_postBytes.size()); in setupPOST()476 curl_easy_setopt(d->m_handle, CURLOPT_POSTFIELDS, d->m_postBytes.data()); in setupPOST()
194 Vector<char> m_postBytes; variable