Request

data class Request(parent: IRequestParent, url: String, name: String, description: String, method: Method, body: IBody, parameters: List<IParameter>, headers: List<IHeader>, authentication: IAuthentication, metaSortKey: Long, isPrivate: Boolean, settingStoreCookies: Boolean, settingSendCookies: Boolean, settingDisableRenderRequestBody: Boolean, settingEncodeUrl: Boolean, settingRebuildPath: Boolean, settingFollowRedirects: FollowRedirect) : ResourceBase

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val authentication: IAuthentication
Link copied to clipboard
val body: IBody
Link copied to clipboard
val description: String
Link copied to clipboard
val headers: List<IHeader>
Link copied to clipboard
val isPrivate: Boolean = false
Link copied to clipboard
val metaSortKey: Long = 0
Link copied to clipboard
val method: Method
Link copied to clipboard
val name: String
Link copied to clipboard
val parameters: List<IParameter>
Link copied to clipboard
val settingDisableRenderRequestBody: Boolean = false
Link copied to clipboard
val settingEncodeUrl: Boolean = true
Link copied to clipboard
val settingFollowRedirects: FollowRedirect
Link copied to clipboard
val settingRebuildPath: Boolean = true
Link copied to clipboard
val settingSendCookies: Boolean = true
Link copied to clipboard
val settingStoreCookies: Boolean = true
Link copied to clipboard
val url: String