public class HttpUtil extends Object
| Constructor and Description |
|---|
HttpUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
flattenHttpHeaders(com.mashape.unirest.http.Headers headers)
Take HTTP headers and convert list in value to string by taking the first value from the list.
|
public static Map<String,String> flattenHttpHeaders(com.mashape.unirest.http.Headers headers)
headers - Headers to be flattened.Copyright © 2016–2019 Wultra s.r.o.. All rights reserved.