Last active
March 27, 2020 15:41
-
-
Save artemptushkin/5f2cfc44aa9a07a0c9f539395f8d4689 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spring: | |
cloud: | |
gateway: | |
routes: | |
- id: modify_image_router | |
uri: http://my-image-server.org | |
predicates: | |
- Path=/rotate | |
filters: | |
- name: RotateImage | |
args: | |
responseHeaderName: Content-Type | |
regexp: image/.* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment