You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A tricky bit here is that HttpConfiguration is mutable. For this to be useful:
It should be HttpConfiguration => F[HttpConfiguration].
The jettyHttpConfiguration that's stored on the builder then needs to be an F[HttpConfiguration], so you've got something to do with the result of the above.
pures and flatMaps and what not until it compiles again
We can bring our own HttpConfiguration, but we can't configure the one that's there. JettyBuilder should have something like:
The text was updated successfully, but these errors were encountered: