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

maestro.networkproxy.yaml.YamlResponse.kt Maven / Gradle / Ivy

Go to download

Maestro is a server-driven platform-agnostic library that allows to drive tests for both iOS and Android using the same implementation through an intuitive API.

There is a newer version: 1.27.0
Show newest version
package maestro.networkproxy.yaml

data class YamlResponse(
    val status: Int = 200,
    val headers: Map = emptyMap(),
    val body: String? = null,
    val bodyFile: String? = null,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy