rjaros / kvision

Object oriented web framework for Kotlin/JS

Home Page:https://kvision.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow modifying response headers for Spring Boot and Micronaut apps

rjaros opened this issue · comments

Currently you can do this only with Ktor, Jooby, Javalin and Vert.x but not with Spring Boot and Micronaut. That's because injected request objects don't allow to modify responses this way.

Fixed in 7.4.2