https://github.com/kikito/kong-plugin-add-headers
This is a simple Kong plugin which adds headers to the request and the response
https://github.com/kikito/kong-plugin-add-headers
Last synced: 5 months ago
JSON representation
This is a simple Kong plugin which adds headers to the request and the response
- Host: GitHub
- URL: https://github.com/kikito/kong-plugin-add-headers
- Owner: kikito
- License: apache-2.0
- Created: 2021-09-14T17:15:38.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T17:30:47.000Z (about 4 years ago)
- Last Synced: 2025-03-05T16:41:26.283Z (7 months ago)
- Language: Lua
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status][badge-travis-image]][badge-travis-url]
Kong plugin template
====================This repository contains a very simple Kong plugin template to get you
up and running quickly for developing your own plugins.This template was designed to work with the
[`kong-pongo`](https://github.com/Kong/kong-pongo) and
[`kong-vagrant`](https://github.com/Kong/kong-vagrant) development environments.Please check out those repos `README` files for usage instructions.
[badge-travis-url]: https://travis-ci.org/Kong/kong-plugin/branches
[badge-travis-image]: https://travis-ci.com/Kong/kong-plugin.svg?branch=master