Skip to content

Commit

Permalink
small formatting updating
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhuuu committed Nov 30, 2024
1 parent 25d9407 commit 355a8bf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/src/dev/provider/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1016,10 +1016,8 @@ supports types like GraphBinary.
==== HTTP Request
To formulate a request to Gremlin Server, a `RequestMessage` needs to be constructed. The `RequestMessage` is a
generalized representation of a request.
This message can be serialized in any fashion that is supported by Gremlin Server, which by default is GraphBinary.
An HTTP requests that contains a `RequestMessage` has the following form:
generalized representation of a request. This message can be serialized in any fashion that is supported by Gremlin
Server, which by default is GraphBinary. An HTTP request that contains a `RequestMessage` has the following form:
[source,text]
----
Expand Down Expand Up @@ -1248,6 +1246,7 @@ be used in the `Content-Type` and `Accept` HTTP headers.
|Untyped GraphSON 4.0 |A JSON-based graph format |application/vnd.gremlin-v4.0+json;types=false
|Typed GraphSON 4.0 |A JSON-based graph format with embedded type information used for serialization |application/vnd.gremlin-v4.0+json;types=true
|GraphBinary 4.0 |A binary graph format |application/vnd.graphbinary-v4.0
|=========================================================
==== IO Tests
Expand Down

0 comments on commit 355a8bf

Please sign in to comment.