Skip to content

Commit

Permalink
Add mention of http2. (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-ottolenghi committed Feb 27, 2024
1 parent 1d1498b commit a596d7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a596d7c

Please sign in to comment.