Added header-filter function and processor.

This commit is contained in:
Corneil du Plessis
2023-04-05 17:59:21 +02:00
committed by Corneil du Plessis
parent 670595e2ce
commit 2b66ea3bff
19 changed files with 687 additions and 12 deletions

View File

@@ -227,6 +227,11 @@
<artifactId>header-enricher-function</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>header-filter-function</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>http-request-function</artifactId>