All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.alm.auth.HttpClientFactory Maven / Gradle / Ivy

The newest version!
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See License.txt in the project root.

package com.microsoft.alm.auth;

import com.microsoft.alm.auth.oauth.Global;
import com.microsoft.alm.helpers.HttpClient;
import com.microsoft.alm.helpers.HttpClientImpl;

public class HttpClientFactory {

    public HttpClient createHttpClient() {
        return new HttpClientImpl(Global.getUserAgent());
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy