kenhuuu commented on code in PR #3447:
URL: https://github.com/apache/tinkerpop/pull/3447#discussion_r3399111262


##########
docs/src/reference/gremlin-variants.asciidoc:
##########
@@ -272,6 +272,47 @@ 
link:https://tinkerpop.apache.org/docs/x.y.z/dev/provider/#_graph_driver_provide
 |RequestInterceptors |Functions that modify HTTP requests before sending. Used 
for authentication and custom headers. |empty
 |=========================================================
 
+[[gremlin-go-interceptors]]
+=== RequestInterceptor
+
+Gremlin-Go allows modification of the underlying HTTP request through 
`RequestInterceptor` functions. This is
+intended to be an advanced feature which means that you will need to 
understand how the implementation works in order
+to safely utilize it. Gremlin-Go is written in a way that you should be able 
to interact with a TinkerPop-enabled
+server without having to use interceptors. This is intended for cases where 
the server has special capabilities.

Review Comment:
   I'll soften the language a bit by making it "with most TinkerPop-enabled 
servers".



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to