Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/lib/
H A Dhttp_server.c39 #define HTTP_1_0 HTTP_PREFIX_VERSION"0" /* "HTTP/1.0" */ macro
515 int ret = BIO_printf(cbio, HTTP_1_0" 200 OK\r\n%s" in http_server_send_asn1_resp()
529 int ret = BIO_printf(cbio, HTTP_1_0" %d %s\r\n\r\n", in http_server_send_status()
/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c31 #define HTTP_1_0 HTTP_PREFIX_VERSION"0" /* "HTTP/1.0" */ macro
212 if (BIO_printf(rctx->mem, "%s "HTTP_1_0"\r\n", path) <= 0) in OSSL_HTTP_REQ_CTX_set_request_line()
1335 BIO_printf(fbio, "CONNECT %s:%s "HTTP_1_0"\r\n", server, port); in OSSL_HTTP_proxy_connect()