Builder

class Builder

Properties

Link copied to clipboard
@Nullable
@get:Nullable
open var headers: @Nullable Map<String, String>

Functions

Link copied to clipboard
open fun build(): RequestOptions
Link copied to clipboard
open fun header(key: String, value: String): RequestOptions.Builder
Link copied to clipboard