MCPcopy Create free account
hub / github.com/JosephP91/curlcpp / curl_httppost

Class curl_httppost

src/curl_form.cpp:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35 curl_formfree(this->form_post);
36 struct curl_httppost *old_head = form.form_post;
37 while (old_head != nullptr) {
38 if (this->form_post == nullptr) {
39 this->is_null(this->last_ptr = this->form_post =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected