RequestOptions

Constructors

Link copied to clipboard
constructor()
constructor(additionalHeaders: Map<String, String>)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun copy(): RequestOptions
Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun withHeader(name: String, value: String): RequestOptions
Link copied to clipboard
open fun withHeaders(additionalHeaders: Map<out String, out String>): RequestOptions