Searched refs:HTTP_1_0 (Results 1 – 2 of 2) sorted by relevance
| /src/crypto/openssl/apps/lib/ |
| H A D | http_server.c | 34 #define HTTP_1_0 HTTP_PREFIX_VERSION "0" /* "HTTP/1.0" */ macro 508 int ret = BIO_snprintf(buf, sizeof(buf), HTTP_1_0 " 200 OK\r\n%s" in http_server_send_asn1_resp() 534 int ret = BIO_snprintf(buf, sizeof(buf), HTTP_1_0 " %d %s\r\n\r\n", in http_server_send_status()
|
| /src/crypto/openssl/crypto/http/ |
| H A D | http_client.c | 31 #define HTTP_1_0 HTTP_PREFIX_VERSION "0" /* "HTTP/1.0" */ macro 221 if (BIO_printf(rctx->mem, "%s " HTTP_1_0 "\r\n", path) <= 0) in OSSL_HTTP_REQ_CTX_set_request_line() 1455 BIO_printf(fbio, "CONNECT %s:%s " HTTP_1_0 "\r\n", server, port); in OSSL_HTTP_proxy_connect()
|