Package | Description |
---|---|
cn.orionsec.kit.http.parse |
Modifier and Type | Method and Description |
---|---|
ParseResponse |
ParseRequest.await() |
static ParseResponse |
ParseRequests.get(String url)
get
|
static ParseResponse |
ParseRequests.get(String url,
Map<String,?> params)
get
|
ParseResponse |
ParseResponse.parse()
解析
|
static ParseResponse |
ParseRequests.post(String url)
post
|
static ParseResponse |
ParseRequests.post(String url,
byte[] body)
post application/json
|
static ParseResponse |
ParseRequests.post(String url,
Map<String,String> formParts)
post x-www-form-urlencoded
|
static ParseResponse |
ParseRequests.post(String url,
String body)
post application/json
|
static ParseResponse |
ParseRequests.post(String url,
String contentType,
byte[] body)
post
|
static ParseResponse |
ParseRequests.post(String url,
String contentType,
String body)
post
|
Copyright © 2024. All rights reserved.