maestro.networkproxy.yaml.YamlResponse.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maestro-network-proxy Show documentation
Show all versions of maestro-network-proxy Show documentation
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.
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