Implementation of getter method that returns the list head.
| 138 | |
| 139 | // Implementation of getter method that returns the list head. |
| 140 | inline const struct curl_httppost *curl_form::get() const { |
| 141 | return this->form_post; |
| 142 | } |
| 143 | |
| 144 | /** |
| 145 | * Re-declaring template curl_pair, in case this is not in include path |