Skip to content

Instantly share code, notes, and snippets.

@artemptushkin
Last active March 27, 2020 15:41
Show Gist options
  • Save artemptushkin/5f2cfc44aa9a07a0c9f539395f8d4689 to your computer and use it in GitHub Desktop.
Save artemptushkin/5f2cfc44aa9a07a0c9f539395f8d4689 to your computer and use it in GitHub Desktop.
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