All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.dani09.http.HttpResponseDummy.kt Maven / Gradle / Ivy

There is a newer version: 0.4.2
Show newest version
package de.dani09.http

/**
 * This is a ResponseDummy that has no response, no headers
 * and the responseCode you will pass into the Constructor.
 * This class is only intended for internal use!
 */
internal class HttpResponseDummy @JvmOverloads constructor(responseCode: Int = 0) : HttpResponse(responseCode, byteArrayOf(), mapOf())




© 2015 - 2025 Weber Informatics LLC | Privacy Policy