// #ws-custom-client
// Set up the client config (you can also use a parser here):
scala.Option<Object> none = scala.None$.empty();
scala.Option<String> noneString = scala.None$.empty();
scala.Option<SSLConfig> noneSSLConfig = scala.None$.empty();
WSClientConfig clientConfig = new DefaultWSClientConfig(
none, // connectionTimeout
none, // idleTimeout
none, // requestTimeout
none, // followRedirects
none, // useProxyProperties