Package | Description |
---|---|
cn.orionsec.kit.http.apache | |
cn.orionsec.kit.http.apache.file |
Modifier and Type | Method and Description |
---|---|
ApacheResponse |
ApacheRequest.await() |
static ApacheResponse |
ApacheRequests.get(String url)
get
|
static ApacheResponse |
ApacheRequests.get(String url,
Map<String,?> params)
get
|
static ApacheResponse |
ApacheRequests.post(String url)
post
|
static ApacheResponse |
ApacheRequests.post(String url,
byte[] body)
post application/json
|
static ApacheResponse |
ApacheRequests.post(String url,
String body)
post application/json
|
static ApacheResponse |
ApacheRequests.post(String url,
String contentType,
byte[] body)
post
|
static ApacheResponse |
ApacheRequests.post(String url,
String contentType,
String body)
post
|
Modifier and Type | Method and Description |
---|---|
ApacheResponse |
ApacheUpload.await() |
ApacheResponse |
ApacheDownload.getResponse() |
Copyright © 2024. All rights reserved.