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.
spray.io私はHTTPリクエストを処理するために使用します。それに応じて、削除したいスプレー フレームワークに関する情報があります。"Server: spray-can/1.3.3"では、応答ヘッダーから削除する方法はspray?
spray.io
"Server: spray-can/1.3.3"
spray
You can set this via application.conf:
application.conf
spray.can { server { # The value of the `Server` header to produce. # Set to the empty string to disable rendering of the server header. server-header = spray-can/${spray.version} } }