| 258 | } |
| 259 | |
| 260 | void md_http_set_on_response_cb(md_http_request_t *req, md_http_response_cb *cb, void *baton) |
| 261 | { |
| 262 | req->cb.on_response = cb; |
| 263 | req->cb.on_response_data = baton; |
| 264 | } |
| 265 | |
| 266 | apr_status_t md_http_perform(md_http_request_t *req) |
| 267 | { |
no outgoing calls
no test coverage detected