Thanks @Olu , I upgraded & tried its working. But how can we customise the Tyk error message using Go plugin before sending it to client?
Any idea on the response middleware using Go plugin?
Yeah this looks great → Golang plugins, Will try to implement this. I don’t see any tyk tracing objects such as tyk request processing time and all in it. Can you help me with this.
I am looking for the processing time of a request when tyk api is called.
I cracked it by adding the startTime as headers in the request middleware & used in response middleware, If you have any other suggestions please let me know.