| Package | Description |
|---|---|
| us.codecraft.webmagic |
Main class "Spider" and models.
|
| us.codecraft.webmagic.model |
| Modifier and Type | Method and Description |
|---|---|
HttpRequestBody |
Request.getRequestBody() |
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setRequestBody(HttpRequestBody requestBody) |
| Modifier and Type | Method and Description |
|---|---|
static HttpRequestBody |
HttpRequestBody.custom(byte[] body,
java.lang.String contentType,
java.lang.String encoding) |
static HttpRequestBody |
HttpRequestBody.form(java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.String encoding) |
static HttpRequestBody |
HttpRequestBody.json(java.lang.String json,
java.lang.String encoding) |
static HttpRequestBody |
HttpRequestBody.xml(java.lang.String xml,
java.lang.String encoding) |
Copyright © 2020. All rights reserved.