public class TeaRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
InputStream |
body |
Map<String,String> |
headers |
String |
method |
String |
pathname |
Integer |
port |
String |
protocol |
Map<String,String> |
query |
static String |
URL_ENCODING |
| Constructor and Description |
|---|
TeaRequest() |
| Modifier and Type | Method and Description |
|---|---|
static TeaRequest |
create() |
String |
toString() |
public static final String URL_ENCODING
public String protocol
public Integer port
public String method
public String pathname
public InputStream body
public static TeaRequest create()
Copyright © 2021. All rights reserved.