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

Function json_resp_cb

modules/md/md_json.c:1213–1217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1211} resp_data;
1212
1213static apr_status_t json_resp_cb(const md_http_response_t *res, void *data)
1214{
1215 resp_data *resp = data;
1216 return md_json_read_http(&resp->json, resp->pool, res);
1217}
1218
1219apr_status_t md_json_http_get(md_json_t **pjson, apr_pool_t *pool,
1220 struct md_http_t *http, const char *url)

Callers

nothing calls this directly

Calls 1

md_json_read_httpFunction · 0.85

Tested by

no test coverage detected