Package | Description |
---|---|
io.micrometer.core.ipc.http |
Modifier and Type | Method and Description |
---|---|
HttpSender.Method |
HttpSender.Request.getMethod() |
static HttpSender.Method |
HttpSender.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpSender.Method[] |
HttpSender.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HttpSender.Request.Builder |
HttpSender.Request.Builder.withMethod(HttpSender.Method method)
Set the request method.
|
Constructor and Description |
---|
Request(URL url,
byte[] entity,
HttpSender.Method method,
Map<String,String> requestHeaders) |
Copyright © 2018. All rights reserved.