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.
我知道在 Play 2.0 (scala) 中设置 HTTP 标头吗?
但是如何像X-Hello-World在播放框架中一样设置自定义响应标头?
X-Hello-World
只是:
Ok .withHeaders("X-Hello-World" -> "it's me")