HttpRequestPort
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun with(body: Any = this.body, headers: Headers = this.headers, contentType: ContentType? = this.contentType, method: HttpMethod = this.method, protocol: HttpProtocol = this.protocol, host: String = this.host, port: Int = this.port, path: String = this.path, queryParameters: QueryParameters = this.queryParameters, parts: List<HttpPart> = this.parts, formParameters: FormParameters = this.formParameters, cookies: List<Cookie> = this.cookies, accept: List<ContentType> = this.accept, authorization: Authorization? = this.authorization, certificateChain: List<X509Certificate> = this.certificateChain): HttpRequestPort