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

Function md_http_perform

modules/md/md_http.c:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266apr_status_t md_http_perform(md_http_request_t *req)
267{
268 return req->http->impl->perform(req);
269}
270
271typedef struct {
272 md_http_next_req *nextreq;

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected