Cole-Greer commented on code in PR #3447: URL: https://github.com/apache/tinkerpop/pull/3447#discussion_r3365787778
########## 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: > Gremlin-Go is written in a way that you should be able to interact with a TinkerPop-enabled server without having to use interceptors. I think this is too strong of a statement. It narrows the definition of a "TinkerPop-enabled server" to essentially just gremlin-server with default settings, and gate-keeps a pretty basic feature like auth for "advanced users only". -- 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]
