Configuring Scala Dispatch to use HTTP/1.0

50 Views Asked by At

I'm using Dispatch v0.11.0. I want to use it to send HTTP/1.0 requests.

I can see that it is possible to configure a few things:

val dispatcher = Http.configure(_.setRequestTimeoutInMs(timeoutMs))

However I cannot find a way to configure the object to user HTTP/1.0, is it possible?

0

There are 0 best solutions below