Home
last modified time | relevance | path

Searched defs:ossl_http_req_ctx_st (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/http/
H A Dhttp_client.c43 struct ossl_http_req_ctx_st { struct
44 int state; /* Current I/O state */
46 int buf_size; /* Buffer size */
48 BIO *wbio; /* BIO to write/send request to */
52 int use_ssl; /* Use HTTPS */
53 char *proxy; /* Optional proxy name or URI */
54 char *server; /* Optional server host name */
55 char *port; /* Optional server port */
61 unsigned char *pos; /* Current position sending data */
62 long len_to_send; /* Number of bytes still to send */
[all …]

Completed in 18 milliseconds