This repository contains two plugins for Tyk Gateway: the request-plugin and the response-plugin. More details can always read in
https://tyk.io/docs/plugins/supported-languages/golang/
The request-plugin is a custom plugin that allows you to modify incoming requests before they are processed by Tyk Gateway. It provides a flexible way to intercept and modify request headers, body, and other attributes.
For more information and usage instructions, please refer to the request-plugin folder.
The response-plugin is a custom plugin that allows you to modify outgoing responses before they are sent back to the client. It provides a powerful mechanism to transform response data, add custom headers, and perform other post-processing tasks.
For more information and usage instructions, please refer to the response-plugin folder.
To use these plugins, follow the instructions provided in the respective plugin folders.