public class HttpTester extends Object
| Constructor and Description |
|---|
HttpTester() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
enablePrint() |
org.noear.solon.net.http.HttpUtils |
http(int port)
请求本机服务
|
org.noear.solon.net.http.HttpUtils |
http(String url)
请求服务
|
org.noear.solon.net.http.HttpUtils |
path(int port,
String path)
请求本机服务
|
org.noear.solon.net.http.HttpUtils |
path(String path)
请求当前服务
|
public boolean enablePrint()
public org.noear.solon.net.http.HttpUtils path(String path)
public org.noear.solon.net.http.HttpUtils path(int port,
String path)
public org.noear.solon.net.http.HttpUtils http(int port)
public org.noear.solon.net.http.HttpUtils http(String url)
Copyright © 2025. All rights reserved.