BaseApplicationRequest

Base class for implementing PipelineRequest

Constructors

Link copied to clipboard
constructor(call: PipelineCall)

Properties

Link copied to clipboard
override val call: PipelineCall
Link copied to clipboard
abstract val cookies: RequestCookies
Link copied to clipboard
override val headers: Headers
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
override fun setHeader(name: String, values: List<String>?)
Link copied to clipboard
override fun setReceiveChannel(channel: ByteReadChannel)