| Package | Description |
|---|---|
| com.linecorp.armeria.common |
Common types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHttpRequest
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpRequestWriter |
HttpRequest.streaming(HttpMethod method,
String path)
Creates a new HTTP request that can be used to stream an arbitrary number of
HttpObject
with the initial RequestHeaders of the specified HttpMethod and path. |
static HttpRequestWriter |
HttpRequest.streaming(RequestHeaders headers)
Creates a new HTTP request that can be used to stream an arbitrary number of
HttpObject
with the specified initial RequestHeaders. |
Copyright © 2020 LeanCloud. All rights reserved.