Interface HttpRequest
- All Known Implementing Classes:
WXWorkRobotRequest
public interface HttpRequest
HttpRequest
- Author:
- nekoimi 2022/07/16
-
Method Details
-
method
HttpMethod method()请求方法
-
url
String url()请求地址
-
body
byte[] body()请求体
-
contentType
Content-Type
-