增加post内容

This commit is contained in:
random-chat
2022-02-12 15:52:34 +08:00
parent ab51b25c20
commit e8729f831d
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;
/**
* 认证信息
*/