Package-level declarations

Types

Link copied to clipboard
object Axer
Link copied to clipboard
Link copied to clipboard

Public Initializer entry point for Axer's androidx.startup setup.

Link copied to clipboard
Link copied to clipboard
class AxerOkhttpInterceptor : <ERROR CLASS> ERROR CLASS: Symbol not found for Interceptor
Link copied to clipboard
Link copied to clipboard
data class Request(val method: String, val sendTime: Long, val host: String, val path: String, val body: ByteArray?, val headers: Map<String, String>)
Link copied to clipboard
data class Response(val body: ByteArray?, val time: Long, val headers: Map<String, String>, val status: Int, val bodyType: BodyType)

Functions

Link copied to clipboard
fun ApplicationScope.AxerTrayWindow(state: WindowState = rememberWindowState(width = 800.dp, height = 600.dp), initialValue: Boolean = true)
Link copied to clipboard
fun AxerWindows(state: WindowState = rememberWindowState(width = 800.dp, height = 600.dp), onCloseWindow: () -> Unit = {})
Link copied to clipboard
fun ContentWithAxerFab(modifier: Modifier = Modifier, showFAB: Boolean = isAvailableFab, content: @Composable () -> Unit = {})
Link copied to clipboard
installErrorHandler
Link copied to clipboard
Link copied to clipboard
fun Axer.runServerIfNotRunning(scope: ERROR CLASS: Symbol not found for CoroutineScope, port: Int = AXER_SERVER_PORT, readOnly: Boolean = false, sendInfoMessages: Boolean = true)
Link copied to clipboard
fun Axer.stopServerIfRunning(sendInfoMessages: Boolean = true)