public static interface IHttpClient.IHttpResponse
byte[]
bytes()
Set<String>
header_names()
String
header(String key)
message()
<T> T
object(Class<T> clazz)
int
status()
InputStream
stream()
string()
boolean
success()
boolean success()
int status()
String message()
String header(String key)
Set<String> header_names()
byte[] bytes()
String string()
<T> T object(Class<T> clazz)
InputStream stream()
Copyright (c) 2002-2020 Luther Inc.