add request config

This commit is contained in:
Looly 2024-09-05 21:20:03 +08:00
parent c958553e76
commit b2fcb1077e

View File

@ -0,0 +1,8 @@
package org.dromara.hutool.http.client;
/**
*
* TODO: 借助 https://httpbin.org/ 完成请求测试
*/
public class HttpbinTest {
}