Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
266
apr_status_t md_http_perform(md_http_request_t *req)
267
{
268
return req->http->impl->perform(req);
269
}
270
271
typedef struct {
272
md_http_next_req *nextreq;
Callers
4
md_http_GET_perform
Function · 0.85
md_http_HEAD_perform
Function · 0.85
md_http_POST_perform
Function · 0.85
md_http_POSTd_perform
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected