Redactor

interface Redactor(source)

Since

0.3.0-beta01

Inheritors

Functions

Link copied to clipboard
abstract fun redactHeaders(headers: Map<String, String>): Map<String, String>
Link copied to clipboard
abstract fun redactJson(value: JsonElement): JsonElement
Link copied to clipboard
abstract fun redactText(value: String): String