ResponseController

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun addResponse(method: String, path: String, responseName: String, responseCode: Int, contentType: String)
Link copied to clipboard
fun getBody(method: String, currentPath: String?): String?
Link copied to clipboard
fun getCode(resource: String?): Int
Link copied to clipboard
fun getContentType(resource: String?): String?
Link copied to clipboard