public class HttpReq extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
HttpReq |
anchor(String anchor) |
HttpReq |
body(String body) |
HttpReq |
cookie(String value) |
String |
get() |
static HttpReq |
get(String baseUrl) |
HttpReq |
param(String name,
String value) |
String |
post() |
HttpReq |
prop(String name,
String value) |
HttpReq |
req(String req) |
HttpReq |
requestBody(String requestBody) |
Copyright © 2018. All rights reserved.