Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在使用 Spring Cloud Feign,它很棒。但我注意到开箱即用的行为似乎没有使用客户端缓存——例如 eTags。
有没有办法将此行为插入到 Feign 中,以便它对 HTTP 缓存标头具有与您的普通浏览器相同的基本支持?
您可以使用Feign RequestInterceptors以任何您想要的方式修改它们的请求。