How does WsHandler work? Does it handle the upgrad...
# http4k
q
How does WsHandler work? Does it handle the upgrading itself? If not, why does it take an Upgrade Request instance field?
d
the request is used for path matching during the http4k routing code. it's not doing any negotiation - that is handed off to the server implementation (jetty)