Searched refs:method_POST (Results 1 – 1 of 1) sorted by relevance
59 int method_POST; /* HTTP method is POST (else GET) */ member178 int OSSL_HTTP_REQ_CTX_set_request_line(OSSL_HTTP_REQ_CTX *rctx, int method_POST, in OSSL_HTTP_REQ_CTX_set_request_line() argument190 rctx->method_POST = method_POST != 0; in OSSL_HTTP_REQ_CTX_set_request_line()191 if (BIO_printf(rctx->mem, "%s ", rctx->method_POST ? "POST" : "GET") <= 0) in OSSL_HTTP_REQ_CTX_set_request_line()302 if (!rctx->method_POST) { in set1_content()761 if (!rctx->method_POST) { /* method is GET */ in OSSL_HTTP_REQ_CTX_nbio()
Completed in 71 milliseconds