mirror of
https://github.com/openssl/openssl.git
synced 2024-12-27 06:21:43 +08:00
8f965908a5
This is a minimal version of pull request #15053 including all the proposed improvements to the HTTP client API and its documentation but only those code adaptations strictly needed for it. The proposed new features include * support for persistent connections (keep-alive), * generalization to arbitrary request and response types, and * support for streaming BIOs for request and response data. The related API changes include: * Split the monolithic OSSL_HTTP_transfer() into OSSL_HTTP_open(), OSSL_HTTP_set_request(), a lean OSSL_HTTP_transfer(), and OSSL_HTTP_close(). * Split the timeout functionality accordingly and improve default behavior. * Extract part of OSSL_HTTP_REQ_CTX_new() to OSSL_HTTP_REQ_CTX_set_expected(). Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15147) |
||
---|---|---|
.. | ||
app_params.c | ||
app_provider.c | ||
app_rand.c | ||
app_x509.c | ||
apps_ui.c | ||
apps.c | ||
build.info | ||
columns.c | ||
engine_loader.c | ||
engine.c | ||
fmt.c | ||
http_server.c | ||
names.c | ||
opt.c | ||
s_cb.c | ||
s_socket.c | ||
tlssrp_depr.c | ||
vms_decc_argv.c | ||
vms_term_sock.c | ||
win32_init.c |