From a596d7c654f0084c6da423a1bc9d0436d0d693f1 Mon Sep 17 00:00:00 2001 From: Stefano Ottolenghi Date: Tue, 27 Feb 2024 11:31:19 +0100 Subject: [PATCH] Add mention of http2. (#99) --- modules/ROOT/pages/index.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index 24ba463..658bee2 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -25,6 +25,10 @@ To execute queries through the HTTP API, you may use either: [TIP] By default, the HTTP API uses port 7474 for HTTP and port 7473 for HTTPS. +[NOTE] +As of Neo4j 5.17, the HTTP API supports HTTP/2 as well as HTTP/1.1, unless either is explicitly disabled in the server configuration setting link:https://neo4j.com/docs/operations-manual/5/configuration/configuration-settings/#config_server.http_enabled_transports[`server.http_enabled_transports`]. +It's up to the client to initiate a connection with the preferred protocol. + ifndef::backend-pdf[] [discrete.glossary]