| 106 | * Simple getter method used to return the head of the list. |
| 107 | */ |
| 108 | const struct curl_httppost *get() const; |
| 109 | protected: |
| 110 | /** |
| 111 | * This utility function is used to check if a given pointer is null. |
nothing calls this directly
no outgoing calls
no test coverage detected