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

Function acmev2_GET_as_POST_init

modules/md/md_acme.c:332–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332static apr_status_t acmev2_GET_as_POST_init(md_acme_req_t *req, void *baton)
333{
334 (void)baton;
335 return md_acme_req_body_init(req, NULL);
336}
337
338static apr_status_t md_acme_req_send(md_acme_req_t *req, int get_as_post)
339{

Callers

nothing calls this directly

Calls 1

md_acme_req_body_initFunction · 0.85

Tested by

no test coverage detected