dev.arildo.iris.mock.util.Constants.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of iris-mock Show documentation
Show all versions of iris-mock Show documentation
A kotlin-first tool to intercept android network calls, modify requests/responses and mock entire APIs
package dev.arildo.iris.mock.util
internal const val MEDIA_TYPE = "application/json"
internal const val CONTENT_TYPE = "Content-Type"
internal const val METHOD_POST = "POST"
internal const val METHOD_PATCH = "PATCH"
internal const val METHOD_PUT = "PUT"
internal const val METHOD_DELETE = "DELETE"
internal const val METHOD_GET = "GET"
internal const val IRIS_HEADER_KEY = "IRIS_MOCK"
internal const val IRIS_HEADER_IGNORE = "IRIS_MOCK_IGNORE"
internal const val IRIS_MOCK_TAG = "IrisMock"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy