!3 feat: http采集功能中增加post的body和content-type

* 增加http post内容
This commit is contained in:
random-chat
2022-02-12 08:58:49 +00:00
committed by tomsun28
parent 5556ec1d0c
commit ef0ba111cc
7 changed files with 80 additions and 1 deletions

View File

@@ -45,6 +45,11 @@ public class HttpProtocol {
* http请求携带查询参数 eg: localhost:80/api?paramKey=value
*/
private Map<String, String> params;
/**
* http请求携带的请求体
*/
private String payload;
/**
* 认证信息
*/