openssl/crypto/http
Dr. David von Oheimb 8f965908a5 HTTP client: Minimal changes that include the improved API
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)
2021-05-12 15:11:51 +02:00
..
build.info
http_client.c HTTP client: Minimal changes that include the improved API 2021-05-12 15:11:51 +02:00
http_err.c Generalize schmeme parsing of OSSL_HTTP_parse_url() to OSSL_parse_url() 2021-03-01 10:30:43 +01:00
http_lib.c HTTP client: Correct the use of optional proxy URL and its documentation 2021-05-04 18:27:57 +02:00
http_local.h HTTP client: Minimal changes that include the improved API 2021-05-12 15:11:51 +02:00