getResponseCookie

open fun getResponseCookie(name: String): String?

Get a response cookie value. Call this after calling {@link com.sap.cloud.mobile.kotlin.odata.http.HttpRequest#send() HttpRequest.send}.

See Also:

{@link com.sap.cloud.mobile.kotlin.odata.http.HttpRequest#responseCookies HttpRequest.responseCookies}.

Return

(nullable) Response cookie value, or null if not found.

Parameters

name

Cookie name.