krakend / krakend-ce

KrakenD Community Edition: High-performance, stateless, declarative, API Gateway written in Go.

Home Page:https://www.krakend.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update the plugins samples

ridgarou opened this issue · comments

Hello everyone,

You announced these new features with the 2.6.0 release:

  • All plugins have now the KrakenD context, allowing you to perform operations during shutdown
  • Request and response modifier plugins have now access to the HTTP context. Reponse modifiers have also access to the internal request, knowing low-level details like which backend was selected.

Could you update the documentation to show the use of these contexts in each case?

Thank you very much

We are in the process to do so, but in the meantime you can use this PR to the example repo: krakend/examples#1