| 28 | |
| 29 | // CURL error code |
| 30 | typedef boost::error_info<struct CurlCodeTag, int> CurlCode ; |
| 31 | |
| 32 | // HTTP response code |
| 33 | typedef boost::error_info<struct HttpResponseTag, int> HttpResponse ; |
nothing calls this directly
no outgoing calls
no test coverage detected