Hey everyone, As part of the move in TinkerPop 4 to use HTTP, the GLVs will need a plugin/interceptor system that matches the capabilities of the current HandshakeInterceptor for WebSockets. This would allow users of the GLVs to modify the HTTP request before it is sent out to the server to allow a user to customize the request. As a part of this, we should probably include a reference implementation of such an interceptor that can be used by others to model their implementation after. It probably makes sense to do this for an authorization header that uses HMAC such as SigV4. It would be great to build up a small set of reference interceptors if anyone is willing to contribute and maintain additional reference implementations.
Thanks, Cole