-
public final class Networking.RequestInfo
-
-
Constructor Summary
Constructors Constructor Description Networking.RequestInfo(String url, String method, Array<String> headers, Networking.RedirectMode redirectMode, Long timeoutMs, Boolean debug, ByteArray body)
-
Method Summary
Modifier and Type Method Description final StringgetUrl()final StringgetMethod()final Array<String>getHeaders()final Networking.RedirectModegetRedirectMode()final LonggetTimeoutMs()final BooleangetDebug()final ByteArraygetBody()-
-
Method Detail
-
getHeaders
final Array<String> getHeaders()
-
getRedirectMode
final Networking.RedirectMode getRedirectMode()
-
getTimeoutMs
final Long getTimeoutMs()
-
-
-
-