Home
last modified time | relevance | path

Searched refs:HTTP_1_0 (Results 1 – 2 of 2) sorted by relevance

/openssl/apps/lib/
H A Dhttp_server.c34 #define HTTP_1_0 HTTP_PREFIX_VERSION"0" /* "HTTP/1.0" */ macro
509 int ret = BIO_snprintf(buf, sizeof(buf), HTTP_1_0" 200 OK\r\n%s" in http_server_send_asn1_resp()
535 int ret = BIO_snprintf(buf, sizeof(buf), HTTP_1_0" %d %s\r\n\r\n", in http_server_send_status()
/openssl/crypto/http/
H A Dhttp_client.c31 #define HTTP_1_0 HTTP_PREFIX_VERSION"0" /* "HTTP/1.0" */ macro
217 if (BIO_printf(rctx->mem, "%s "HTTP_1_0"\r\n", path) <= 0) in OSSL_HTTP_REQ_CTX_set_request_line()
1412 BIO_printf(fbio, "CONNECT %s:%s "HTTP_1_0"\r\n", server, port); in OSSL_HTTP_proxy_connect()

Completed in 10 milliseconds