summaryrefslogtreecommitdiffstats
path: root/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/config/package-info.java
blob: 8300720e3ea0609bf9f1b2d0fef2c8da7e797ecd (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * Settings for creating clients/sessions.
 *
 * NOTE: This is a PUBLIC API, but not annotated as such because this is not a bundle and
 *       we don't want to introduce Vespa dependencies.
 */
package com.yahoo.vespa.http.client.config;