extractSslSession • Akka HTTP (original) (raw)
extractSslSession
Signature
def extractSslSession: Directive1[SSLSession]
Description
This directive extracts the SSL session for the client/connection where the request was made.
Note
Using this directive requires tls-session info parsing to be enabled: akka.http.server.parsing.tls-session-info-header = on
Found an error in this documentation? The source code for this page can be found here. Please feel free to edit and contribute a pull request.