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
Content copied to clipboard