MCPcopy Create free account
hub / github.com/apache/httpd / md_http_set_on_response_cb

Function md_http_set_on_response_cb

modules/md/md_http.c:260–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260void 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
266apr_status_t md_http_perform(md_http_request_t *req)
267{

Callers 5

md_http_GET_performFunction · 0.85
md_http_HEAD_performFunction · 0.85
md_http_POST_performFunction · 0.85
md_http_POSTd_performFunction · 0.85
next_todoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected