I would probably just new up a new instance with a new multi method defined on it that works with https connection.
I'll have a look later
--
You received this message because you are subscribed to the Google Groups "utterlyidle" group.
To unsubscribe from this group and stop receiving emails from it, send an email to utterlyidle...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
| @multimethod |
| private Response handle(Request request, HttpsURLConnection connection) throws IOException { |
Yup multi method should do the trick.
Extend ClientHttpHandler add method called handl
Oops duplicate please ignore