Files
hutool/hutool-http/src/main/resources/META-INF/services/cn.hutool.http.client.ClientEngine

17 lines
737 B
Plaintext
Raw Normal View History

2023-03-27 03:28:19 +08:00
#
# Copyright (c) 2023 looly(loolly@aliyun.com)
# Hutool is licensed under Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
# http://license.coscl.org.cn/MulanPSL2
# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
# See the Mulan PSL v2 for more details.
#
2022-11-08 16:16:49 +08:00
cn.hutool.http.client.engine.httpclient5.HttpClient5Engine
cn.hutool.http.client.engine.httpclient4.HttpClient4Engine
cn.hutool.http.client.engine.okhttp.OkHttpEngine
cn.hutool.http.client.engine.jdk.JdkClientEngine