Authorization

class Authorization(val type: String, val body: String) : HttpField

Constructors

Link copied to clipboard
constructor(type: String, body: String)

Properties

Link copied to clipboard
Link copied to clipboard
open override val name: String
Link copied to clipboard
open override val text: String
Link copied to clipboard
Link copied to clipboard
open override val value: String